Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Menus › Can I add the Category menu to the category pages?
- This topic has 3 replies, 2 voices, and was last updated 4 months, 1 week ago by
Manathan.
-
AuthorPosts
-
Kristin NeubauerParticipant@kristinskelton82
- 3 Topics
- 9 Posts
The News (Posts) page has a horizontal menu that lists the Categories for posts. I see where you can toggle this on and off in the Customize menu. The problem I’m having is that our client wants this menu displayed on the Category page. So, once you click on one of those menu options, the menu goes away. Is there a way to add this back?
January 9, 2025 at 00:33 #48870@themodactyl- 0 Topics
- 6760 Posts
Hi Kristin,
To change this, simply add the following code snippet to your website:
/** * FEATURE : Display Categories Filter on Category Post Archives */ body.archive.category .posts-filters{ display:block; } .archive.category .posts-filters__child{ opacity:1 !important; max-height:none !important; pointer-events:auto !important; } body.archive.category .posts-filters ul.grimlock-posts-filter{ display:flex; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
January 9, 2025 at 11:58 #48883Kristin NeubauerParticipant@kristinskelton82- 3 Topics
- 9 Posts
This worked perfectly–exactly what I was looking for! Thank you!!!
January 9, 2025 at 17:09 #48886 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Can I add the Category menu to the category pages?’ is closed to new replies.