Remove text from Facebook and Twitter Share Buttons

Posted in: Newspaper
Post count: 7

Hi, i need to hide the text next to Facebook and Twitter icons so i can have round buttons as i did with Pinterest and Google+. What’s the code/css i need to do this? I’ve been looking with inspector but i can’t seem to get it to hide permanently.

See screenshot: https://www.dropbox.com/s/ysu3qq15hqevfkz/Screenshot%202016-12-06%2010.56.50.png?dl=0

Post count: 3

Go to newspaper > includes > modules > td_module_single.php

Permanently remove text

Delete these lines.

View post on imgur.com

To hide with CSS (Add to your custom css or stylesheet)

.td-social-sharing-buttons .td-social-but-text {
display: none;
}

  • This reply was modified 9 years by NEWSRTY.
Post count: 7

Thanks, solved!

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