Share Twitter

Posted in: Newspaper
Post count: 5

Hi,

How can I remove the icon Twitter with share?

Thank you

Post count: 22421

Hello,

I assume you are talking about the classic twitter social icon: http://screencast.com/t/5xIAeJzLd
You can remove it with custom css:

.td-classic-twitter{
display:none!important;
}

Just place the code in the theme panel->custom CSS box
Thank you!

Post count: 5

Hello,

Thank you. I mean the second button: Tweet on Twitter.
Unfortunately, custom CSS box not working. Will it work if I use child theme?
Thank you!

Post count: 22421

Hi,

For the tweeter button you need to use this code instead:

.td-social-twitter{
display:none!important;
}

For the css box, please make sure you have the child theme set up properly. I have tested the css box via child theme and it works as expected. Try it with the main theme and see if modifications apply.
Also make sure you use the child theme version that comes bundled with your theme. Every version of our theme comes with an included child theme you can use.
Let us know how it goes.
Thanks.

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