Home › Forums › WoodMart support forum › change social sharing icons › Reply To: change social sharing icons
December 11, 2017 at 6:02 pm
#28452

Artem Temos
Keymaster
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