0
Sven
Hi, is there any way to remove the 'All' button from the filter in post grid? Since I'm using a category to define all posts and I really only want to filter on the tags I would either get rid of the category button or the 'all' button - and I'm guessing it's easier with the latter.
Thanks, Sven
2 Subscribers
Submit Answer
2 Answers
Best Answer
0
Answer is private, only admins or its author or questioner can read.
Best Answer
0
Welcome to our forum.
Sorry to say there is no option to hide "All" filter menu, but you can solve by adding folloiwng custom CSS
.nav-filter .filter:first-child { display: none !important; }
Let me know for more help.
Regards
Hi @d94pam, please create a separate post with your issue.
Regards