 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
April 26, 2013 at 9:09 am #22500Hi guys, I want to have the colour changed for the menu bar only and not the whole header, I’ve tried firebug etc but can’t isolate the manu bar area to adjust the colour, any help wuold be apprciated. Silvio April 27, 2013 at 4:09 pm #115994Hi Silvio, If its the menu from the link on your username, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files: #menu-new_menu1 {
 background: #333;
 }
 #menu-new_menu1 li {
 background: #666;
 }I added the individual list item background as well since you currently have it set to white and just so its there for a quick reference. Regards, Devin April 27, 2013 at 4:51 pm #115995Thanks, but I meant the whole menu block background colour. April 29, 2013 at 7:18 am #115996Hi! Insert following code into the quick css field: .header_color .container .main_menu{
 background-color: #ffffff;
 }and use another background color value. Regards, Peter April 29, 2013 at 8:53 am #115997I’m sorry but this doesn’t work either :( Does something have to be struck out first? It only affects the TOP BAR and not the menu background.. April 29, 2013 at 8:15 pm #115998I am trying this too, and nothing seems to be working. April 30, 2013 at 1:10 am #115999April 30, 2013 at 6:48 am #116000Just a normal header, the client wants a colour behind the menu, this is all very slow… April 30, 2013 at 12:05 pm #116001you check it here http://www.northeastbarristers/homepage May 1, 2013 at 6:35 am #116002May 1, 2013 at 6:44 am #116003May 1, 2013 at 7:15 am #116004Hi, You can add this on your custom.css. To change the background of the menu bar you can use this #menu-north-east-barristers-main-menu, #header_main_alternate {
 background-color: red;
 }To alter the font color use this .menu-item a {
 color: black!important;
 }And for the menu border, you can use this. .header_color ul {
 border-color: blue;
 }Change the color value. You might want to change the color value that I use because they look ugly. :) Regards, Ismael May 1, 2013 at 7:56 am #116005Thank you! 
- 
		AuthorPosts
- The topic ‘menu bar colour’ is closed to new replies.
