I have created a thesis website. But i don't know how to do with the navbar menu. I want to change to color red. Here it is : http://www.supperless.com/
You have to edit layout.css. In Your layout.css search for ( background: #EFEFEF ) change ( #EFEFEF ) color you desire.
find section in css or in your html page : /*---:[ nav colors ]:---*/ /*change the background colour in below line*/ .menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #111111; background: #FF1443; } .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #111111; background: #DDDDDD; }