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)
-   -   Want Background to Show Up Only On Links (http://forum.bytesforall.com/showthread.php?t=8154)

littlered03 Jul 13, 2010 09:27 PM

Want Background to Show Up Only On Links
 
I am having a problem getting the background color to only show up behind the links. I would like the border color to show up to the right where there are no links so that everything is the gray color except for the boxes of white behind the links.

This is what it looks like now: http://forum.bytesforall.com/attachm...1&d=1279077934

This is what I would like it to look like (fixed in Photoshop not through coding): http://forum.bytesforall.com/attachm...1&d=1279077934

Any ideas?

lmilesw Jul 13, 2010 11:26 PM

Can you supply a URL? I think it has to do with default CSS that is getting in the way of the menu background color.

juggledad Jul 14, 2010 04:31 AM

go see 'Juggledad's colored menu cheat sheet' http://forum.bytesforall.com/showthread.php?t=7045

littlered03 Jul 14, 2010 07:59 AM

The URL: http://www.dreamindomestic.com/

lmilesw Jul 14, 2010 08:45 AM

A quick answer would be to put the following in CSS Inserts.
HTML Code:

div#menu1 ul.rMenu {
background-color:#DFDFDF;
}

You may have to put !important after the hex for the color (#DFDFDF !important;). There is probably another CSS entry with a background of "none" there.

littlered03 Jul 14, 2010 08:53 AM

It worked! Thank you so much!

lmilesw Jul 14, 2010 09:01 AM

Glad is worked.
One "suggestion" that I think would help is to change scroll to fixed for the background as follows.
HTML Code:

background:url("/wp-content/themes/atahualpa344/images/skewedcheckbg.jpg")  repeat fixed left top transparent;


All times are GMT -6. The time now is 12:26 AM.

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