Menu and Mobile category menu
-

mParticipant
Hello,
i have two question.
1. I would like to make a menu like this. That is, an expanded menu with images.
https://ramaro.pl/
2. Expanded category menu (mobile version)
The category menu in the mobile version is collapsed by default – how can I make it expanded by default?
Attachments:
You must be
logged in to view attached files.
Hello,
01. You can use HTML Block and you can use page builders to build content. please read more here https://xtemos.com/docs-topic/html-blocks-usage/
And please refer to the documentation article to create a mega menu: https://xtemos.com/docs-topic/create-mega-menu/
02. To better understand the issue, please share some screenshots of the issue you’re encountering. This will help me analyze the problem and provide you with the best possible solution.
Best Regards,

mParticipant
I mean the category menu visible on the SHOP link.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.page-title.wd-nav-accordion-mb-on .wd-nav-product-cat {
display: block !important;
}
Best Regards,