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] menu background-color transparant doesn't work (http://forum.bytesforall.com/showthread.php?t=23321)

_kimberley Nov 6, 2015 01:42 AM

[SOLVED] menu background-color transparant doesn't work
 
Menu background-color transparant doesn't work. I tried:
div#menu1 ul.rMenu li {
background-color: transparent;
}

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: transparent;
}
But it doesn't work at all. I also names rMenu different but nothing!
My website is http://goo.gl/nR9Vob

juggledad Nov 6, 2015 02:59 AM

where did you get div#menu1 from?

_kimberley Nov 6, 2015 03:24 AM

from the source :o see below

http://i67.tinypic.com/34s0yag.jpg

juggledad Nov 6, 2015 03:59 AM

Sorry, I didn't notice the tope menu only the category menu (menu2). You need to set
HTML Code:

div#menu1 ul.rMenu {
    background: transparent;
}
div#menu1 ul.rMenu li {
    background: transparent;
}

You should also learn to use the FireBug extension in FireFox - it lets you see all teh CSS applied to an element and you can change it on the fly to see teh results.

_kimberley Nov 6, 2015 08:12 AM

and hover?
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:hover {
background-color: transparent;
}

juggledad Nov 6, 2015 08:52 AM

did you try?

_kimberley Nov 10, 2015 05:52 AM

ow yes sorry it works :)


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

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