Home Forums WoodMart support forum How to change drop down menu background colour and text color

How to change drop down menu background colour and text color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #603550

    HARSLE
    Participant

    please check from the attached picture

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #603661

    HARSLE
    Participant

    like this page
    https://woodmart.xtemos.com/accessories/

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

    Hello,

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

    .wd-sub-menu li>a {
        color: #030304 !important
    }
    .wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened  {
        background-color: #ffffff;
    }

    Best Regards

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