Share buttons on product pages
-
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.
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Share buttons on product pages’ is closed to new replies.