This topic has 6 replies, 2 voices, and was last updated 2 years, 2 months ago ago by filmguerilla
Hi guys, would like to add this feature on single product page but are there any option? I find this a little out of my color scheme.
Would like a bigger and black icons if possible.
I don’t use single product builder because the site has problem with that before.
Hello, @filmguerilla,
Alright, I have understood your issue, and thanks for letting us know that you are not using the single product builder.
Now, to solve your issue first you have to enable the social share from the Dashboard >> XSTORE >> Theme Options >> WooCommerce >> Single Product Page >> Single Product Layout check this image: https://postimg.cc/vDrDTHTm
Then to make the icon black and bigger you need to add the custom CSS code in the Dashboard >> XSTORE >> Theme Options >> Theme Custom CSS >> Global like you see in this image: https://postimg.cc/7b58tB8r
Here is the CSS code.
.single-product .product-share .menu-social-icons.icons-filled li a i {
background-color: #000 !important;
font-size: 20px !important;
}
Regards 8Themes Team.
Trying this right now.
Is it possible to add Instagram on Share buttons and other Socmed?
Hello, @filmguerilla,
1..Sorry to say that, but you can only show the available icons in the theme for the social. Navigate to the Dashboard >> XSTORE >> Theme Option >> Social Share there you will see all the icons our theme has, just check the ones you want. Check the image: https://postimg.cc/TK95jkf2 The Instagram Icon is not available so you cannot add it.
2.. Actually, Yes you can do it. First, remove the CSS code that we share with you in the previous response and add the below code in order to solve your issue.
.single-product .product-share .menu-social-icons.icons-filled li a i{background:transparent !important; color:black !important; font-size:24px !important;}
Then save settings and check back to your site after clearing the browser cache. The result will be look like this: https://postimg.cc/5YfP7KFP
Regards 8Themes Team.
All good now!!! Thank you!
The issue related to '‘Sharing buttons in Single Product page..’' has been successfully resolved, and the topic is now closed for further responses