How to hide category pulldown filter in mobile?

Posted in: Newspaper
Post count: 12

Hello i have a question, how to hide category pulldown filter in mobile?

Post count: 22421

Hello,

You can use this css to do it:

@media(max-width:767px){.td-category-pulldown-filter{
display:none;
}}

Simply add the code in the them panel-> custom, css box

Thank you!

Post count: 12

Hello Bogdan,
I Followed the instructions but not be changed.

Post count: 22421

Please provide a link to your website and an example of he pulldown you mention.

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