Viewing 6 replies - 1 through 6 (of 6 total)
  • I do not see a grey background…

    Did you solve?

    Thread Starter estudi33

    (@estudi33)

    The grey background appears when hover on one element of submenu

    Now I see on laptop. It doesn’t show on my TV monitor.

    You can change color.

    Try this in your CSS:

    .nav-collapse .dropdown-menu a {
    background-color: #ff69b4;
    }
    Thread Starter estudi33

    (@estudi33)

    Hello ibogo!!
    Thank you for your help. Your code didn’t work.

    But, I have finally found the solution:

    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
    background: none !important;
    }
    Thread Starter estudi33

    (@estudi33)

    Topic resolved

    That is the same code only I forgot to add :hover + :focus elements :p

    glad you resolved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Submenu dropdown’ is closed to new replies.