Home Forums WoodMart support forum change social sharing icons

change social sharing icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28408

    benzrecordings
    Participant

    Hi, I there any option to change the colored sharing social icons below a blog post to more neutral ones?

    #28441

    Artem Temos
    Keymaster

    Hi,

    Could you please provide a link where do you want to change them?

    Regards

    #28444

    benzrecordings
    Participant

    at the bottom of each blog post

    #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

    #28460

    benzrecordings
    Participant

    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

    #28480

    Artem Temos
    Keymaster

    Yes, it would be better to copy this file to the child theme and edit it there.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)