Hi, I just updated the theme, but now there are social share icons on each portfolio page which I don't want to have. I could remove the heart-icon by adding this into my custom css panel:
.nectar-social.hide-share-countspan.count, .nectar-social.hide-share-count.nectar-love-count{
width: auto !important;
visibility: visible !important;
}
But the number still exists. I also switches off the social media icons, so it shouldn't be there. Thanks, Pamela
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi,
I just updated the theme, but now there are social share icons on each portfolio page which I don't want to have.
I could remove the heart-icon by adding this into my custom css panel:
.nectar-social.hide-share-count span.count, .nectar-social.hide-share-count .nectar-love-count { width: auto !important; visibility: visible !important; }
But the number still exists. I also switches off the social media icons, so it shouldn't be there.
Thanks, Pamela
ups wrong code... I mean this here:
.single #single-meta .nectar-love i, body #project-meta .nectar-love i, .nectar-social .nectar-love i {
display: none !important;
}
Hey ,
Best.
ThemeNectar Support Team
Thanks!
Works. Thanks!
I could remove the social sharing icons from the blog, but not the product site (as seen in the link):
https://headsetshop24.de/produkt/engage-65-convertible/
the css code didn´t worked to fully remove it.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
I just added the command into the CSS box and it finaly was gone, thanks!
Hey there,
Thanks for reaching in,
Please be sure to reach in in case you encounter another issue,
Regards
Hello,
I also want to remove the "share icon" on the blog pages. I inserted the snippets below but the icon is still there.
I hope you can help me with this!
Best, Stephanie
Hi Stephanie,
Remove in Appearance > Customize > Salient social
Thanks.
Hi!
Thanks for your fast reply. I successfully removed the facebook/twitter/....-buttons. Is it possible to remove the general share-button as well?
Stephanie
Hey Again,
Yes simply deactivate the Salient Social Plugin in the WP Dashboard Plugins menu .
Thanks
ThemeNectar Support Team