How to remove G+ and Pinterest share icons

Posted in: Newspaper
Post count: 12

Is it possible to customize the social icons in each post? I’d like to remove G+ and Pinterest:

Thanks

Post count: 22421

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!

Post count: 11

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

Post count: 22421

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!

Post count: 11

Thanks for your reaction! I can’t do it by editing the CSS code?

Post count: 22421

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!

Post count: 11

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

https://smartphile.nl/videos/drone-race-smartphile-x-amber/

Post count: 22421

Hello,

The like and tweet messages can be translated from the theme panel-> translation settings: https://www.screencast.com/t/UwY1wLAMA

Thank you!

Post count: 11

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

Post count: 11

It’s already done! i adjusted the code by myself, thanks for the help anyway!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.