Home Forums WoodMart support forum Browse category drop down menu customization

Browse category drop down menu customization

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

    vibinbalan
    Participant

    Hello,

    I would appreciate your assistance in customizing the browse category drop down menu.
    Ideally, I’d like to reduce the padding between each menu item.
    Thanks in advance.

    Regards,
    Vibin Balan

    Attachments:
    You must be logged in to view attached files.
    #516136

    Hung Pham
    Keymaster

    Hi vibinbalan,

    Thanks for reaching to us.

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-nav-vertical>li>a {
        padding: 12px 18px;
    }

    Regards,

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