Remove slide views counter

Posted in: Newspaper
Post count: 16

Hi guys,
I’d like to remove the views counter from the slide in homepage.
I used the code below

.td_block_slide .td-post-comments {
display: none;
}

and it worked fine on one of my websites (www.gamesprincess.it).
The other one (www.techprincess.it) is stuck at zero.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/W2CADchC47f

.td_block_slide .td-post-views {
display: none;
}

Thanks!

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