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 for page menu bar (http://forum.bytesforall.com/showthread.php?t=452)

gbb Feb 19, 2009 07:52 AM

[SOLVED] Background for page menu bar
 
I am trying to use a background for the page menu bar.

I need the background to go right across the page not just the navigation.

My site address is www.vayrehouse.com

many thanks

Flynn Feb 21, 2009 07:52 PM

Add via HTML/CSS Inserts -> CSS Inserts

HTML Code:

div.rMenu-center {
background: #123456;
}

You can also add a border
HTML Code:

div.rMenu-center {
background: #123456;
border: solid 1px #654321;
}


wrastler Mar 20, 2009 03:43 PM

Hey Flynn,

I'm also trying to get the same 'url'.jpg to appear for both my main body background as well as the menu bar,footer sidebar etc.

This code didn't work. Any other ideas? I've read everything in the forum and haven't been able to find an answer

photomeblack Dec 28, 2010 03:27 PM

Hello Flynn,

I am having this exact problem with Atahualpa 3.5.3, using WordPress 3.0.3. The code given in post #2 doesn't work. Any suggestions would help.

photomeblack

juggledad Dec 28, 2010 03:44 PM

do a forum search for 'menubar colored cheat sheet'

photomeblack Dec 28, 2010 04:03 PM

even in the gold forum 'menubar colored cheat sheet' produces no results.

juggledad Dec 28, 2010 04:14 PM

http://forum.bytesforall.com/showthread.php?t=7045

photomeblack Dec 28, 2010 04:15 PM

Wimbledon gave the proper code in the thread "How to change color of the menu bar?"
div#menu1 {
background: url(/your_path/image.jpg);
}
or
div#menu1 {
background: #ff99ff;
}


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

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