Home Forums WoodMart support forum Changing color of the dropdown in page title category menu

Changing color of the dropdown in page title category menu

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

    cfmbaits
    Participant

    Hello! How can I change color of the dropdown in page title category menu? Couldn’t find that in the settings
    Attached the screenshot. There I want the dropdown box to be the same color as the background – not black

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

    Hello,

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

    ul.children.wd-dropdown.wd-dropdown-menu {
        background: red;
    }

    Best Regards

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