Remove Pinterest Icon from Social Network on article pages

Posted in: Newspaper
Post count: 19

How may I remove the Pinterest icon from my posts when it shows up on the social network section?

  • This topic was modified 10 years by adria.
Post count: 23312

Hello adria,

If you want to hide the Pinterest icon, you have to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/m3eAvf9oJq and if you want to permanently delete the Pinterest icon, you have to remove/comment this part of code from td_module_single.php, like this: http://screencast.com/t/GzmHAS4t9EO

.td-default-sharing .td-social-pinterest {
display:none;
}

The result you should see here: http://screencast.com/t/UZOM42PV

Hope this helps and let us know how it goes!

Thank you for the message!

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