How do I change the background dropdown menu and font color

Home Support Blog Way How do I change the background dropdown menu and font color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6655
    Anonymous
    Inactive

    How do I change the background dropdown menu color from black to white? Additionally, how do I change the font color of the dropdown menu to black with a gold (#ad7506) hover font color?

    Thanks

    #6656
    ProDesigns
    Keymaster

    Hi @gerrym7

    Can you please provide us your site url?

    #6657
    Anonymous
    Inactive
    #6658
    ProDesigns
    Keymaster

    Hi @gerrym7

    Please use following CSS for menu background and hover color change. Please go to Appearance >> Customize >> Additional CSS and add following CSS codes.

    .main-navigation ul ul.sub-menu {
        background: #fff;
    }
    
    .main-navigation ul.menu li:hover ul li a {
        color: #000!important;
    }
    
    .main-navigation ul.menu li ul.sub-menu li:hover a {
        color: #ad7506!important;
    }
    #6659
    Anonymous
    Inactive

    Awesome! Thank you!

    #6660
    ProDesigns
    Keymaster

    You are always welcome.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.