Home Forums WoodMart support forum Mega menu BG Color

Mega menu BG Color

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #39616

    Lateefuddien
    Participant

    how to change Background of “Menu-category-6” block.

    please see attached image for reference.

    #39636

    Lateefuddien
    Participant

    .

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

    Artem Temos
    Keymaster

    You can change this color with the following CSS code

    div.sub-menu-dropdown.color-scheme-light {
        background: #565656;
    }
    #39657

    Lateefuddien
    Participant

    please tell me where should i insert this code?

    #39675

    Artem Temos
    Keymaster

    Add it to the Custom CSS area in Theme Settings.

    #39772

    Lateefuddien
    Participant

    i did as you said color is changing but, image disappears, please tell me what should i do now?

    please see attached images

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

    Artem Temos
    Keymaster

    Try to change to this one instead

    div.sub-menu-dropdown.color-scheme-light {
        background-color: #565656;
    }
    #39785

    Lateefuddien
    Participant

    works perfect, thanks!

    #39790

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Mega menu BG Color’ is closed to new replies.