I have the image in the background of the menu, but I can't figure how to get the background image to "show through" the menu... This is what I have in my css inserts so far, but it's not making the background image "show through" the menu:
#bfa_page_menu {
background-color: transparent !important;
border: #2C292B !important;
}
div#menu1 {
border: #000000;
background-color: transparent;
border:0 !important;
}
#bfa_page_menu div#menu1 {
border: solid 1px; #000000;
}
div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 12px 27px !important;
}
div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a {
padding: 12px 27px !important;
}
div#menu1.menu-frontpage-container {
border: solid 1px #transparent; !important;
background-color: #transparent; !important;
}
ul.rMenu {
background-image: url('http://sts.shepherds.edu/wp-content/gallery/admin/2013-04-11-banner-top.jpg') !important;
}
Any ideas?
sts.shepherds.edu is what I'm working on.
Thanks!
Russ
Last edited by riw777; Apr 11, 2013 at 07:24 AM.
|