On the blog page there are 4 social sharing buttons, Facebook, Twitter, Google Plus, and Pinterest. I would like to remove Google Plus and Pinterest from there. Can someone please advise on how to remove those two social sharing buttons. Thank you!
Hi Catalin,
I’ve placed the code as suggested, but the icons still appear in the header and footer of the blog posts.
Would advanced css work? or what would the next step be?
Thank you,
Hello,
Check the Social Networks section and remove from there all of social you do not want to be displayed on your frontend, like this -> https://www.screencast.com/t/DqutH512SpE
Thanks for the message!
Hi Catalin,
I tried placing the “#” in the desired social medium that I would like to not show. It still isn’t removing google plus and pinterest from the social sharing button. Thanks for the help!
Thank you,
Hi Catalin,
I have removed “#” from Pinterest and Google+, only Facebook and Twitter have the link on, but the Google Plus and Pinterest is still showing on the social share button. Any ideas how to delete it?
Thank you,
Hi Catalin,
Here is the website url that is:
https://www.belaws.com/blog/2018/02/03/why-startups-should-use-belaws/
The Google Plus and Pinterest is still showing.
Thank you for your help!
Hello vincentbelaws,
Try the code below ->
.td-social-google, .td-social-pinterest{
display:none!important;
}
The result is here -> https://www.screencast.com/t/3I6C3gnMmoSJ
Thanks.
Hi Catalin,
Perfect, that works! Thanks a lot!
Best Regards,
Hi Catalin,
By any chance do you know how to add in the LinkedIn icon into the social sharing. I’ve added it into the social sharing network, but it doesn’t appear on the blogs.
Thank you,
Hello vincentbelaws,
Please update the theme to the latest version of it and check the Theme panel -> Sharing section from here -> https://www.screencast.com/t/2zkDD4DhHkT
Thanks.