How delete the categories list in mobile theme?

Posted in: Newspaper
Post count: 7

Hello, i want delete the categories list in the mobile theme. How can i do it?

Capture: https://i.imgur.com/Dl8nsLR.jpg

Thanks again!

Post count: 20685

Hi,

There is a way you could do this. For example with a CSS code – http://prntscr.com/mjke46
Enter it in the Theme panel->Mobile theme->Custom CSS section

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

It will apply to category pages on mobile, and remove the category siblings from them. I could modify it if needed, let me know.

Thanks

Post count: 7

It works perfect! Thank you Simion 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.