generated from bisco/codex-bootstrap
fix: use brand colors for social links
This commit is contained in:
@@ -193,7 +193,7 @@ $social_links = array_values(
|
||||
<p class="social-promo-title">Seguici sui social</p>
|
||||
<div class="social-links">
|
||||
<?php foreach ( $social_links as $social_link ) : ?>
|
||||
<a href="<?php echo esc_url( $social_link['url'] ); ?>" rel="noopener noreferrer">
|
||||
<a class="social-link social-link-<?php echo esc_attr( $social_link['icon'] ); ?>" href="<?php echo esc_url( $social_link['url'] ); ?>" rel="noopener noreferrer">
|
||||
<?php echo azionelab_social_icon( $social_link['icon'] ); ?>
|
||||
<span><?php echo esc_html( $social_link['label'] ); ?></span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user