Home › Forums › WoodMart support forum › change social sharing icons change social sharing icons This topic has 5 replies, 2 voices, and was last updated 7 years ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 11, 2017 at 3:16 pm #28408 benzrecordingsParticipant Hi, I there any option to change the colored sharing social icons below a blog post to more neutral ones? December 11, 2017 at 4:05 pm #28441 Artem TemosKeymaster Hi, Could you please provide a link where do you want to change them? Regards December 11, 2017 at 4:17 pm #28444 benzrecordingsParticipant at the bottom of each blog post December 11, 2017 at 6:02 pm #28452 Artem TemosKeymaster 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 December 11, 2017 at 7:52 pm #28460 benzrecordingsParticipant 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 December 12, 2017 at 7:19 am #28480 Artem TemosKeymaster Yes, it would be better to copy this file to the child theme and edit it there. Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register