Share button

Posted in: Newspaper
Post count: 5

Is there a way to remove google+ and pinterest share button at the end of my article, but keep Facebook, Twitter and Instagram?

Post count: 23312

Hello david.donato89,

If you want to get rid the Google+ and Pinterest from share button section you can accomplish this through two methods. The simplest way is using a bit of CSS code to hide them. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-post-sharing-bottom .td-social-pinterest, .td-post-sharing-bottom .td-social-google {
display:none;
}

The result is -> http://screencast.com/t/1RGDW5Tl8

or using the second way, you have to remove from the td_module_single.php core file, like this -> http://screencast.com/t/3kGQMCMLFr1

Thank you for the message!

Post count: 5

Thanks!

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