• I have no experience with HTML. Everything I’ve been able to do so far is through trial and error. I was stoked when I was able to add a slider into my header on my own. So with that as an intro, I’m trying to change the color of my drop down menu, but only when the mouse is highlighting a menu option.

    My theme’s background is white, and for some reason, they chose white as the drop down color, so white on white does not look good, and its confusing. My site is GoingFor2.com.

    I’ve gone in to editor to look for anything referring to “menu” and tried change anywhere is said “color= “, to see if I could find where it was. I was unsuccessful. Can anyone point me in the right direction? Is the menu in the Header.php? or somewhere else? and could you give me an example of what the coding would look like? thanks in advance.

Viewing 1 replies (of 1 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    #site-navigation .sub-menu {
        background-color: #000;
    }

    You can adjust the color as per your requirement.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to change color of my menu’ is closed to new replies.