Hello,
There are 2 ways to remove these icons. The easiest is to hide them with css:
.td-social-google, .td-social-pinterest{
display:none!important;
}
The second method involves editing the theme files but this will be more of a hassle as you have to make the modification again if an update changes those files. The code is found here: https://www.screencast.com/t/ms0ELj4ly6R If you remove the 2 lines of code, the icons will no longer show up.
Thank you!
I also want to remove the google, twitter pinterest icons. I added the code you mentioned into the CSS through the theme panel, but it is still shown.
Also I want to remove the text from the facebook like and share tweet button and add a whatsapp and instagram button.
How to do this?
Post: https://snag.gy/xqAGLi.jpg
CSS:https://snag.gy/iKAr4v.jpg
-
This reply was modified 9 years by
smartphile.
Hello,
The code for these elements if you want to customize them is found here: https://www.screencast.com/t/8zUPjJfbGjo
There is a whatsapp button available but it only shows up on mobile devices. On desktop it does not work as you need the app installed on your phone.
Thank you!
Thanks for your reaction! I can’t do it by editing the CSS code?
Css can hide elements, yes. If you want to you can remove the elements you want using this code:
.td-social-twitter, .td-social-google, .td-social-pinterest{
display:none!important;
}
But removing the word share from the button will require you to edit the theme code and remove it like so: https://www.screencast.com/t/8SVr6sYIn
Adding a new social icon will again require you to modify the code like these topics suggest:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thank you!
Thanks for your fast reply! Your suggestion worked.
I inspected the code but can’t seem to find. I want to remove the “vind ik leuk” and “tweet” button: Screen: https://snag.gy/vrGXNR.jpg
Hello,
The like and tweet messages can be translated from the theme panel-> translation settings: https://www.screencast.com/t/UwY1wLAMA
Thank you!
Sorry, there is a miscommunication, i don’t want to translate the “vind ik leuk” and “tweet” button. I just want to remove them of the page using CSS if this is possible
It’s already done! i adjusted the code by myself, thanks for the help anyway!
