remove social media buttons

Posted in: Newspaper
Post count: 15

Hello

In posts there are standard the 4 social media buttons Facebook, Twitter, Google+ and Pinterest. How can I remove Google+ and Pinterest?

greetz, marcel

Post count: 22421

Hello,

There are 2 ways you can remove these items. The first would be the css method by hiding them like so:
.td-social-google, .td-social-pinterest{
display:none!important;
}

The second method is removing them from the theme code by deleting these lines of code: http://screencast.com/t/GfKxrfhSgT21 (that is the top sharing buttons I exemplified. The bottom sharing buttons are further down that same file. If you want them removed from the bottom sharing remove them from the bottom code as well.)

Thank you!

Post count: 15

So, in the first option can I put the code in:
Theme panel > custom code > Custom CSS ?

Suggestion: Maybe we as users can change this in a future release in the Theme panel itself? I think more users want to change these social media buttons in their own preferences.

greetz, Marcel

Post count: 23312

Hello mgansevoort,

Yes, the custom CSS code you should have to add in Custom CSS box area.

Thanks for the message!

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