change social sharing icons
-
Hi, I there any option to change the colored sharing social icons below a blog post to more neutral ones?
Hi,
Could you please provide a link where do you want to change them?
Regards
at the bottom of each blog post
Find the code in a file single.php
<?php if( function_exists( 'woodmart_shortcode_social' ) ) echo woodmart_shortcode_social(array('type' => 'share', 'tooltip' => 'yes', 'style' => 'colored')) ?>
and replace with this one
<?php if( function_exists( 'woodmart_shortcode_social' ) ) echo woodmart_shortcode_social(array('type' => 'share', 'tooltip' => 'yes', 'style' => 'default')) ?>
Regards
Thanks for your quick reply! Ok i have to modify child theme file i guess. Would be great to have that option in theme options in future. I guess this would be helpfull for more people
Yes, it would be better to copy this file to the child theme and edit it there.
Regards