Request to Change Subcategory Display in Dropdown Menu
-
Dear WoodMart Support Team,
I hope you are doing well.
Is it possible to change the way subcategories are displayed in the dropdown menu of the category summary, as shown in the attached screenshot? I have some categories with a large number of subcategories, which results in very long dropdown menus that require scrolling.
I would appreciate any solution or suggestion you can provide to improve this display.
Thank you in advance for your assistance. I look forward to your reply.
Best regards,
Attachments:
You must be
logged in to view attached files.
Hi lost.hinata,
Thanks for reaching to us.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.wd-nav-product-cat .wd-dropdown-menu {
height: 200px;
min-height: 200px;
overflow: scroll;
}
Regards,