I've looked everywhere in the code and I can't seem figure it out. I've found code for everything else, but the blue menu background remains to be hidden. Anyone know where to find it? Thanks!
I'm sorry, I just can't seem to find it. I've tried changing the background colors of every tag I would think is related, but nothing... Actually nothing seems to change on the page after editing the values.
Edit: I found it! It's in another directory: /lib/superfish/css
Thanks for the help!
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2009-06-26 12:04
It is a little tricky, but I managed to customize it with this
/* final code updated at 6/26/2006 */
/* Superfish menu ~~~~~~~~~~~~~~~~~~~~~~~~ */
.sf-menu { font-weight: normal; }
.sf-menu li, .sf-menu a, .sf-menu a:focus, .sf-menu a:active { background: transparent; border: none; }
.sf-menu a:hover, .sf-menu li:hover, .sf-menu li.sfHover { background: #333; }
.sf-menu li li, .sf-menu li li li { background: #222; }
Posts: 6
It's in....\lib\themeroller\ui.theme.css
a piece of code under /* Interaction states--*/
I don't remember if I also removed any bg images.
Posts: 16
I'm sorry, I just can't seem to find it. I've tried changing the background colors of every tag I would think is related, but nothing... Actually nothing seems to change on the page after editing the values.
Edit: I found it! It's in another directory: /lib/superfish/css
Thanks for the help!
Posts: 2466
It is a little tricky, but I managed to customize it with this
/* final code updated at 6/26/2006 */
/* Superfish menu ~~~~~~~~~~~~~~~~~~~~~~~~ */
.sf-menu { font-weight: normal; }
.sf-menu li, .sf-menu a, .sf-menu a:focus, .sf-menu a:active { background: transparent; border: none; }
.sf-menu a:hover, .sf-menu li:hover, .sf-menu li.sfHover { background: #333; }
.sf-menu li li, .sf-menu li li li { background: #222; }