How to hide the views counter on slider?

Posted in: Newsmag
Post count: 21

Hi,

I want to hide the post view counter and the eye icon on my homepage slider. I can’t seem to find the option in the theme panel settings.

Post count: 6600

Hi,

Use the following css to hide it (add it inside Theme Panel -> Custom CSS):

.td-theme-slider .td-slide-views {
display: none;
}

Thanks

Post count: 41

Hi Lucian,
Thanks for this tip—it was very helpful as I was also looking to do the same thing.
Mark

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