• Resolved 01labs

    (@01labs)


    What is the CSS to change the background color of the mobile menu dropdown? With both the dropdown font color white and the background color white, the menu is useless unless you know that there are menu options that you can select there.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @01labs,

    Thank you for using Hestia.

    Please add the following code to the Additional CSS editor within the Customizer, and feel free to use the desired hex code for the color.

    .navbar .navbar-nav>li:hover .dropdown-menu {
        background-color: lightgreen;
    }

    I hope this will help.

    Thread Starter 01labs

    (@01labs)

    Thank you for your response. Unfortunately, it didn’t work. I also cleared the cache prior.

    View post on imgur.com

    Hi @01labs,

    I’ve checked the website and it doesn’t look the same as in your screenshot. Here is what I see.

    Would it be possible to share the URL of the page where the menu is?

    Regards,
    Stefan

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

The topic ‘mobile menu dropdown background color’ is closed to new replies.