Category tags on mobile

Posted in: Newspaper
Post count: 62

Hi,

How can I remove the category tags on mobile? (on the desktop version I don’t have the category tags)
I would prefer to have it not hardcoded.

Post count: 23312

Hello jansena,

If you want to rule out the post category tag only for the mobile version, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

@media (max-width:767px) {
.td-post-category {
display:none!important;
}
}

The result you should see here -> http://screencast.com/t/tgTfuTLz

Hope this helps!

Thanks.

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