Home Forums Basel support forum Share buttons on product pages

Share buttons on product pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76966

    gfontain
    Participant

    Hello,

    I just want to know how to edit share buttons on product pages. Actually, the shares buttons displayed on my product pages are colored but I would like the grey share buttons (see attachments).

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #76969

    Artem Temos
    Keymaster

    Hi,

    You can change them in basel/woocommerce/content-single-product.php. Replace this line

    <?php echo basel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' ), 'style' => 'colored' ) ); ?>

    with this one

    <?php echo basel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' )) ); ?>

    Regards

    #76974

    gfontain
    Participant

    Perfect, thank you !

    #76979

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Share buttons on product pages’ is closed to new replies.