Home Forums WoodMart support forum How To Change The Colour Of Header Menu (not main menu) Dropdown Element

How To Change The Colour Of Header Menu (not main menu) Dropdown Element

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #686738

    Little Panda
    Participant

    Hello,

    We use a menu element in our header as an information dropdown. (see yellow circled element in attached image).

    How do we change the style of this element to be similar appearance to the Account and Cart elements so that it has a background colour of #c523a1 with white text?

    Thank you

    LP

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

    Hung Pham
    Keymaster

    Hi Little Panda,

    Thanks for reaching to us.

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

    #menu-information-menu > li{
        background-color: #c523a1;
        border-radius: 42px;
    }
    
    #menu-information-menu > li > a{
        color: #fff;
    }

    Regards,
    Hung PD

    #686948

    Little Panda
    Participant

    Pefect thank you once again.

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