airsoft4you Posted April 23, 2013 Share Posted April 23, 2013 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 More sharing options...
vekia Posted April 23, 2013 Share Posted April 23, 2013 please share more inforamtions, abot what drop down menu you think? And what prestashop version you use? Link to comment Share on other sites More sharing options...
airsoft4you Posted April 23, 2013 Author Share Posted April 23, 2013 Sorry stupidly forgot that info Picture attached of drop down menu in question I am running the latest version of prestashop If you require any more info please ask Kind Regards Link to comment Share on other sites More sharing options...
airsoft4you Posted April 23, 2013 Author Share Posted April 23, 2013 (edited) Drop down menu attached Edited April 23, 2013 by airsoft4you (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 23, 2013 Share Posted April 23, 2013 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 More sharing options...
airsoft4you Posted April 23, 2013 Author Share Posted April 23, 2013 That doesn't seem to change the background, only the hover state www.airsoft4you.com/prestashop is the address Kind Regards Link to comment Share on other sites More sharing options...
vekia Posted April 23, 2013 Share Posted April 23, 2013 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now