• Resolved kalina21

    (@kalina21)


    How do I change the background colour of the drop-down menu (sub-menu)? Is that possible in the free version?
    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • There isn’t an option for it like in premium but you can use css.

    Like this:

    .sf-menu ul {
    background: white;
    }

    Just add in your theme options > custom css box.

    Kadence Themes

    Thread Starter kalina21

    (@kalina21)

    amazing, thank you!

    Hi,
    I have a question related to this topic. What css code can be used to update the background color in a dropdown for mouse hover. (Currently on hover the color changes to #f3690e)

    ankitseth, it’s easy to miss a post if it’s marked as resolved so in the future you may just want to make a new topic.

    The dropdown menu hover color should be set by your primary color. (theme options > basic settings) are you wanting something different?

    You can use css like this:

    #nav-main ul.sf-menu ul li a:hover {
        background: blue;
    }

    Kadence Themes

    Thanks ?? I’ll keep that in mind.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the background colour of the drop-down menu’ is closed to new replies.