Disable category description on mobiles

Posted in: Newspaper
Post count: 494

Hi, how can I disable/hide the category description on mobiles?
Thanks

Post count: 20688

Hi,

The easiest way would be with some CSS, like this – http://prntscr.com/njtnh3
This code can be entered in the Theme panel->Mobile theme->Custom CSS code section

.category .td-category-description {
display: none;
}

Thanks

Post count: 494

Works perfectly, thanks Simion!

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