Remove Category Blocks (Mobile)

Posted in: Newspaper
Post count: 20

Hi Team,

How can I remove the category blocks underneath the category name in the mobile view? (Baseball, Basketball and Combat Sports)
https://ibb.co/V9CzJF7

Thanks!

Post count: 21065

Hello!

If you use Mobile Theme, then there are no settings to customize the pages.
Please note that if a page is made by Composer, than the content won’t be displayed on Mobile theme version: https://forum.tagdiv.com/the-mobile-theme/
You have only some settings for this layout, which you can find in Theme panel -> Mobile Theme. Please note that you can not edit it with TagDiv Composer.

Thank you!

Post count: 20

Thank you, is there custom CSS I can add to the mobile theme section to remove the blocks?

Post count: 21065

Hello!

The CSS code you need to add in Newspaper -> Theme panel -> Mobile Theme -> Custom code:


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

Hope that helps you!

Thank you!

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