Home Forums WoodMart support forum Problem SubMenu Color

Problem SubMenu Color

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

    LucaDiCa
    Participant

    I can’t find a way to change the background color of the submenu in the settings (see attached image).
    Can you help me?

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

    Hello,

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

    .wd-dropdown-menu.wd-design-default {
        background-color: blue;
    }

    Best Regards.

    #536333

    LucaDiCa
    Participant

    ok, thanks, and for change the hover of the subtitles items ??

    #536419

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    [class*="color-scheme-light"] .wd-sub-menu {
        --sub-menu-color-hover: #ca0202 !important;
    }

    Best Regards.

Tagged: 

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