Home Forums WoodMart support forum Request to Change Subcategory Display in Dropdown Menu

Request to Change Subcategory Display in Dropdown Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #627692

    lost.hinata
    Participant

    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.
    #627931

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)