• Resolved vanbrel

    (@vanbrel)


    Hi

    I found out how to change the submenu background-color. But I couldn`t manage it to change this color to “transparent” at mouse over (hover); Where can I set this?
    Thanks
    vanbrel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    #site-navigation .dropdown-menu .sub-menu {
        background-color: transparent;
    }
    Thread Starter vanbrel

    (@vanbrel)

    Hi
    thanks for the hint – this worked:

    .dropdown-menu ul li a.menu-link hover {
    color: #eeee22;background-color:transparent;
    }
    Ciao

    Glad to hear that issue has been resolved.

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

The topic ‘submenu background-color’ is closed to new replies.