Support » Theme: Twenty Fourteen » Color Change to Nav Bar

  • I know it sounds simple…but I cannot change the green color in nav bar. I have searched through code and changed what I could. However, the bright green remains and seriously clashes the with red, white and blue. Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Llello

    (@llello)

    Try this. Remember you should be using a child theme or the custom CSS plugin. Good luck.

    #secondary li a:hover {
    color: #ffffff; !important;
    }
    
    .secondary-navigation li:hover > a,
    .secondary-navigation li.focus > a {
    	background-color: #41a62a;
    	color: #fff;
    	}

    and as a trick, select color with colorpicker(firebug tools or other).

    open your themes style.css file in an editor and FIND AND REPLACE ALL with your colorpicker value to whatever you want.

    i know this seems not a good practice but it works all the time:) if you dont want to touch any code.

    Thread Starter Llello

    (@llello)

    Thank you both! I was not aware of the custom CSS plugin. I will look into that and maybe give this other suggestion a try in the meantime. TY!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color Change to Nav Bar’ is closed to new replies.