• Resolved kartus

    (@kartus)


    Hello,
    this is my site .
    I can’t figure out how to change the hover color of my child buttons.
    When you go over “Машини в наличност” the button “Lemken” appears. But the hover background color is black. Can you help me change it?
    I tried different variations of this code:

    .main-navigation .sub-menu li a:hover, .main-navigation .children li a:hover {
        background-color: -----;
    }

    I also tried copying all lines after I click on inspect elements.
    When I change the code inside the Inspect elements console it works, but after I copy everything to my css editor it doesn’t.
    I’m using Modulus theme.
    Thank you in advance.
    Best regards, Vlad!

Viewing 2 replies - 1 through 2 (of 2 total)
  • add below css in your css file

    .main-navigation .sub-menu li a:hover{
    background-color: #fff !important;
    }
    Thread Starter kartus

    (@kartus)

    Oh my god. !IMPORTANT;
    I’m f*cking retarded.
    Thank you very much. I completely forgot about that option :D.
    I guess it has been too long since the last time I worked with CSS.
    Again, thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation menu, child button background color’ is closed to new replies.