🐞 fix: Adjust social icon styling
This commit is contained in:
@@ -34,7 +34,17 @@ $profile = getFieldValue( 'social_media.profile_name' ) ? getFieldValue( 'social
|
||||
?>
|
||||
</nav>
|
||||
|
||||
<?php get_template_part( 'views/partials/social-media' ); ?>
|
||||
<?php
|
||||
get_template_part(
|
||||
'views/partials/social-media',
|
||||
null,
|
||||
array(
|
||||
'circle' => false,
|
||||
'classes' => 'social-icons p-0 hover:opacity-80!',
|
||||
'size' => '16',
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
<span class="font-semibold text-16px"><?php echo esc_html( $profile ); ?></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user