• Resolved mharter

    (@mharter)


    I have created a child theme in order to customize the look of my site. My style.css overrides some of the colors in navigation menus, but I have not been able to change the colors of the hover state from white on green. Is there anything special about this in the twentyfourteen theme, or could someone recommend the correct way to go about doing this?

    I have used the Inspect Element functionality of Chrome to look at the computed style and I can’t find those colors. I force the state to hover, and still no luck.

    Thanks!
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mharter

    (@mharter)

    Ok, I figured it out just after posting! Chrome was not updating the computed style after I forced the hover state. It is defined in the Primary Navigation section at line 3407.

    Thanks for your time!
    Matt

    Hi Matt,

    Thank you so much as this has been bugging me all evening! Mine was on line 3718

    .primary-navigation li:hover > a,
    	.primary-navigation li.focus > a {
    		background-color: #324885;
    		color: #fff;
    	}

    Thanks for your help!

    -Todd

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is navigation menu hover style defined?’ is closed to new replies.