Hide Category Descriptions on Mobile

Posted in: Newspaper
Post count: 4

Hi, wonderful theme. I’ve tried the CSS in a previous thread to remove the descriptions on mobile only – didn’t manage to get that to work, can you suggest an alternative? Thanks!

Post count: 22421

Hello,

Please provide more details to what descriptions you are referring to so we can provide a proper solution.

Thank you!

Post count: 4

Hi, on the mobile theme if I click on a category, it displays the description at the top above the articles. That’s what I’m hoping to remove. Thanks!

Post count: 35449

Hi,

If you want to remove the category description -> https://www.screencast.com/t/WPfMNXkv you need to use this custom css
.td-category-description{
display: none;
}

-> https://www.screencast.com/t/Ho5T2nt6AP
Set the code in Theme panel>Mobile theme> Custom code> css

Thanks.

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