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] My custom background for Menu 1 won't show! (http://forum.bytesforall.com/showthread.php?t=18150)

Find IT Services Aug 10, 2012 11:12 AM

[SOLVED] My custom background for Menu 1 won't show!
 
1 Attachment(s)
I have set up a custom background for my page menu and firebug sees it but it doesn't display on any browser!

I think it might be the transparent thing that firebug sees:

HTML Code:

div#menu1 {
    background: url("http:/greindustries.co.za/wp-content/themes/atahualpa/images/pagemenu-background.png") repeat scroll 0 0 transparent !important;

But all I have in the CSS inserts option for this is:

HTML Code:

div#menu1 { background: url('http:/greindustries.co.za/wp-content/themes/atahualpa/images/pagemenu-background.png') !important
}

If it is the "transparent", how do I get rid of it?

I can unfortunately not give the url to the site as I have a under construction 503 - Service Unavailable set up for the page.

Thanks in advance!

juggledad Aug 10, 2012 06:40 PM

try adding this to the css inserts
HTML Code:

.rMenu { background-color: transparent !important;}

Find IT Services Aug 11, 2012 02:34 AM

JD, you are the best.

Thanks!

I will now go on to attempt applying background images to the menu items..


All times are GMT -6. The time now is 02:39 PM.

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