Home Forums WoodMart support forum Main menu dropdown color

Main menu dropdown color

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

    Anchor
    Participant

    Could you please help to change the main menu’s dropdown menu color the same background color of the main menu ? it is white background color now.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .whb-header-bottom .wd-dropdown {
        background-color: #83b735;
    }
    
    .wd-sub-menu li a {
        color: white;
    }

    Regards.
    Xtemos Studios

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