Currently it shows, Facebook, Twitter, Google plus and Pinterest share button on desktop
I want only full-length facebook and Twitter social share icon on desktop . How can I disable Google Plus and Pinterest ?
I tried following code under custom.css , but it doesn’t appear to be working.;
‘
.td-sp-pinterest {
display: none!important;
}
.td-sp-googleplus {
display: none!important;
}
Kindly suggest. Thank you.
Hello nano,
Try the code below ->
.td-social-google, .td-social-pinterest{
display:none!important;
}
The result -> http://screencast.com/t/LuxnHcnVZR
Thanks for the message!
It worked great.. Just one think, How can I change the text written under “bottom share button” ( shown here: http://screencast.com/t/LuxnHcnVZR ) to “Share on Facebook” and “Tweet on Twitter” like we have on the top.
I know that I can change the text for top social share icon through Taxonomy section. But not sure about bottom social share button.
Thank you.
Hi Catalin,
I simply want to replace the “text” in social share icon at the bottom of every post with “share with facebook” and “tweet with Twitter” . Here is what I am trying to say: https://i.imgur.com/Wx3LJYF.jpg
Thank you.
Hi,
You can modify the text from the theme translations panel and translate it to what you want it to show:
http://screencast.com/t/P09l8eOKQ
Thank you!
Hello nano2408,
If you want to change this text you should edit the theme core file where the code is created, like this -> http://screencast.com/t/qMW84mNjHyJF
Thanks for your understanding!
Hi,
Thank you, Catalin and Bogdan,
Unfortunately, both of you showed me the way to change the text ” Share on Facebook” which is displayed just below the article title. I am talking about and looking for way to change the text os share button at the bottom as shown in the image: https://imgur.com/Wx3LJYF
Look closely; this text is different. It’s not the same what;s written on the share button that appears after article title at the top.
Am I making any sense?
Hi,
It seems those elements cannot be translated. You will have to edit td-module-single.php and edit the code for them. You can find the code here: http://screencast.com/t/6HCJo2wlr – http://screencast.com/t/4d91w2Of
Simply change the text in the code.
Thank you!