How to hide category tag on posts for Mobile?

Posted in: Newspaper
Post count: 494

Hi,

How can I hide the category tag on top of posts on the Mobile version?
https://ibb.co/mSTVvxT

I tried an old CSS posted in the forum, but it didn’t work.

Thanks for your help

Post count: 35449

Hi,

I think that you are using the mobile theme plugin, if is so then you’ll need to use this custom css in Theme Panel> Mobile theme > Css -> https://i.imgur.com/AsEgc2Z.png
.single .td-category{
display: none;
}

Thank you!

Post count: 494

That’s perfect, thanks Calin!

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