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] Transparent page menu - none of the threads work for me.. (http://forum.bytesforall.com/showthread.php?t=2634)

maguai Jul 25, 2009 07:30 AM

[SOLVED] Transparent page menu - none of the threads work for me..
 
I've tried every thread on this forum regarding page menu bar transparency. None of them work for me. I have gotten the background image but the color,hover and visited are all the blue. Right now I have all these codes in the css hoping one would work.
ul.rMenu {
background-image: url(site/images/image.jpg) !important;
background-color: none;
height: 40px;
width: 1024px;
}
ul#rmenu2 {
background-color: transparent;
padding-left: 140px;
padding-top: 6px;
width: 884px;
}

ul.rMenu li {
padding-right: 38px;
background-color: none;
}

ul#rmenu2 li {
background-color: none !important;
}
, ul#rmenu2 li a {
background-color: none !important;
}

div#menu1 ul.rMenu li.current_page_item a:link,
div#menu1 ul.rMenu li.current_page_item a:active,
div#menu1 ul.rMenu li.current_page_item a:hover,
div#menu1 ul.rMenu li.current_page_item a:visited,
div#menu1 ul.rMenu li.current_page_item > a:link,
div#menu1 ul.rMenu li.current_page_item > a:active,
div#menu1 ul.rMenu li.current_page_item > a:hover,
div#menu1 ul.rMenu li.current_page_item > a:visited,
div#menu1 ul.rMenu li a:hover {
background-color:none;
}

The page I am working on is :
http://www.the80schild.com/80s-concerts/
The page I need it to look like is:
http://www.the80schild.com

I'm going crazy over this thing. HELP.
PS I just donated. I absolutely love this theme. I use it for all the sites. I think its the best out there. Thanks for providing it to us.

maguai Jul 27, 2009 11:04 AM

I fixed it. I realized I needed to apply the background: #none; into the css.php file not the css insert.


All times are GMT -6. The time now is 08:34 AM.

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