Home Forums WoodMart support forum change social sharing icons Reply To: change social sharing icons

#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