Social Sharing Button – how to edit options?

Posted in: Newspaper
Post count: 1

Hi there,

I need a help with the social sharing buttons: I want to remove the google plus and pinterest options and add few others and I didn’t find anywhere in the template settings which allow me to do so.

Can you please help me with that ?

Thanks
Ren

Post count: 22421

Hello,

The theme does not provide options to remove those setting. They can be removed either by hiding them with css like so:
.td-social-google, .td-social-pinterest{
display:none!important;
}
Or by removing the code for them from the php files: http://screencast.com/t/4n9S6AymqV

Thank you!

Post count: 14

Hi, is it possible to remove text (example: “share on facebook” and “sahre on twitter”) from Twitter and Facebook logos on the top of an article/post?
G+ and Pinterest logos seems to be fine, the square icno without any text. That is the idea.
I´ve tried to change it on “Translations” menu, but I am forced to tip something.

Post count: 22421

Hello,

If you do not want any text on your sharing buttons, please use this css to remove it:
.td-social-but-text{
display:none!important;
}

Thanks.

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