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)
-   -   Transparent Menu Item Instead of A Background Color (http://forum.bytesforall.com/showthread.php?t=2209)

oz1 Jun 28, 2009 05:39 PM

Transparent Menu Item Instead of A Background Color
 
Hi Flynn, I'm having a styling problem in my page menu bar. I've inserted a background image into the border. Unforunately, whatever menu item is currently selected creates a white background that comes overtop of the background for that specific menu item.

I was trying to change the background of this from a color to transparent. Is there any way to fix this? If you visit http://www.bluefalconmarketing.com you will see what I am talking about, check out the 'Home' menu item.

Thanks for any help you can provide (I'm looking to donate soon, once I've finished customizing your theme, it and you has helped me learn so much.

Regards,
OZ

juggledad Jun 29, 2009 05:19 AM

You can use the following CSS Insert with the following cavaet: If you have sub-menues, they will be transparent also so the underling image/style/text that normally would be covered will show thru also.

HTML Code:

ul.rMenu li:hover,
ul.rMenu li.sfhover
        {
        background-color: transparent;       
        }
ul.rMenu li.current_page_item>a:link,
ul.rMenu li.current_page_item>a:active,
ul.rMenu li.current_page_item>a:hover,
ul.rMenu li.current_page_item>a:visited,
ul.rMenu li a:hover
        {
        background-color: transparent;
        }



All times are GMT -6. The time now is 01:07 PM.

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