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)
-   -   Menu Transparent Background - not working after fix (http://forum.bytesforall.com/showthread.php?t=13493)

shadowoflight Mar 25, 2011 09:23 AM

Menu Transparent Background - not working after fix
 
I wanted to make my menu background transparent, so I used the fix by Joochemvreeke @ http://forum.bytesforall.com/showpos...24&postcount=5 , which worked..

Then I made changed #pages to #page-center and a dashed border decided to appear...

Applied the fix and now the transparent tweeks refuses to work....

My link: http://www.fourhourbodysupplies.com

Would love to spread out the menu items evenly as well...thx

Fantastic support here guys, solved and learned lots of things here, need help with this one!

lmilesw Mar 25, 2011 12:02 PM

This thread may point you in the right direction.

shadowoflight Mar 26, 2011 01:40 AM

I think part of the code is working because the rollover change in colour does not happen

I believe I've a similar code already in but still isn't working:

div#menu1 { background: transparent !important; }
div#menu1 ul.rMenu { background-color: rgba(255,255,255,0.65) !important; }
ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li { background: transparent !important; }
ul.rMenu li a:hover { background: transparent !important; }

shadowoflight Mar 26, 2011 10:02 AM

Changed the background to a similar colour as a temporary solution

hope somebody could help =\

thanks

sudipto Mar 26, 2011 03:47 PM

From ATO>CSS/HTML insert

Remove this line
div#menu1 ul.rMenu { background-color: rgba(255,255,255,0.65) !important; }

Add these two lines
div#menu1 ul.rMenu { background: transparent !important; }
div#bfa_page_menu, div#menu1 { background: transparent !important; }

See if this helps

shadowoflight Mar 27, 2011 05:26 AM

Quote:

Originally Posted by sudipto (Post 61701)
From ATO>CSS/HTML insert

Remove this line
div#menu1 ul.rMenu { background-color: rgba(255,255,255,0.65) !important; }

Add these two lines
div#menu1 ul.rMenu { background: transparent !important; }
div#bfa_page_menu, div#menu1 { background: transparent !important; }

See if this helps

I not gay, and neither are you I know...but

MUACKS!

Thanks!


All times are GMT -6. The time now is 01:44 AM.

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