Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Background colour and width of menu bar (http://forum.bytesforall.com/showthread.php?t=19420)

moomum Jan 23, 2013 02:43 AM

[SOLVED] Background colour and width of menu bar
 
Hi everyone. I'm working on www.ragbaby.co.uk but I can't seem to shift the pale colour background at the end of the menu. I want it all to be black with a pink underline.
I'm probably doing something really stupid. I've goine through the options on menu 1 but nothing seems to shift that block of grey.

Also, it's a few pixels short so it doesn't line up with the end of the right hand column, which is why I want it to be black. If I could fix it's width I could have it different colours.

Any help appreciated.

lmilesw Jan 23, 2013 06:45 AM

What do you have for the color settings in the menu options. You should be able to change the color there. You could force a black background with the following though.
HTML Code:

#rmenu2 {
    background: black !important;
}


moomum Jan 23, 2013 08:53 AM

there was nothing in the menu options showing that colour, I found it in the css inserts though after your bit of code gave me a clue and changed it to:
I think that menu 1 was set to that grey colour.

As always, huge huge thanks!
div#menu2 {
background: #000000;
}
div#menu1 {
background: #000000;
}


All times are GMT -6. The time now is 04:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.