How to change the background color of main menu?

thecreativeone

Joined: 2008-09-28
Posts: 16
Posted: Sun, 2009-06-21 22:10

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!

 
mikei

Joined: 2009-06-17
Posts: 6
Posted: Mon, 2009-06-22 01:27

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.

 
thecreativeone

Joined: 2008-09-28
Posts: 16
Posted: Mon, 2009-06-22 06:25

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
Serge D's picture

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; }