Jump to content

Drop Down Menu Colour Change


Recommended Posts

Hi All

 

Having a bit of trouble, I cannot seem to locate the background colour for the drop down menu, I am wanting to change it to a darker colour but cannot seem to locate where it is defined, even when using firebug. Anyone have any clues to how I change/find it?

 

Kind Regards

 

Toby

Link to comment
Share on other sites

ah so you use default top horizontal menu - this is default addon. So, if you want to change styles for this, you have to:

 

/ modules / blocktopmenu / css / superfish-modified.css

 


.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
background: #4e4e4e;
outline: 0;
}

 

change background css value

Link to comment
Share on other sites

hey, thanks for info and for the url

 

i checked it - you also need to change this:

 

.sf-menu li li {
background: rgba(113, 113, 113, 0.9);
}
.sf-menu li li li {
background: rgba(113, 113, 113, 0.9);
}

 

you can find it out in the same file, line ~86

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...