Hide visual content

Posted in: Newspaper
Post count: 81

Good evening
is there a way to hide page views (under the title) without stopping counting? I would like to keep the rankings and see the most viewed posts but I would not like to see the number under the title. If I disable it the site stops counting. Is there a solution to continue counting?
I use the standard version (Theme Panel)
Love

Post count: 27744

Hello,

You can set them to hide in the CSS tab https://i.imgur.com/Iy6aqGF.png

Thank you!

Post count: 81

Good but I still use the old theme panel, I think I need a css script to put in the personal code

Post count: 27744

Hi,

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

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 8

Hello,

i have the same issue, it works on desktop version but on Mobile theme the custom css does not work to hide the views.

Any other css for?

Thanks alot

Post count: 8

ok thx i guess was a cache issue

Post count: 27744

Hello,

I’m glad that is resolved.

Have a great day!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.