Home Forums WoodMart support forum Mega menu background colour

Mega menu background colour

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #238388

    pwcreative
    Participant

    Hello support,

    Do you have some CSS or somewhere to change the background colour of the drop down navigation menu?

    For one of the navigation menus I’m using a drop down HTML block (attached). But there seems to be a white border in the element.

    #238435

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .sub-menu-dropdown {
        background-color: #FFF;
        box-shadow: 0 0 3px rgba(0,0,0,.15);
    }

    Best Regards

    #238437

    P.S. Please change the color as per your needs.

    #238470

    pwcreative
    Participant

    Perfect – it works really great.

    Thank you for your fast and efficient support!

    #238507

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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