where can I change the color of the Sub-Menu? I've bought the template and installed it on http://relaunch.tsschmidt.de/index.php/de/
As you can see, the submenu is not orange and I'd like to change the Color to blue.
When using Quick-Install the Color is Orange, but still I don't find the Option or CSS to change it to blue.
Regards, Tobias
AS Templates
POSTED: 2015-03-09
Hello TOBIASMAACK,
You have to make changes in the http://relaunch.tsschmidt.de/modules/mod_as_menu/css/ext.default.css file in the following class (line 154):
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
where can I change the color of the Sub-Menu? I've bought the template and installed it on http://relaunch.tsschmidt.de/index.php/de/
As you can see, the submenu is not orange and I'd like to change the Color to blue.
When using Quick-Install the Color is Orange, but still I don't find the Option or CSS to change it to blue.
Regards, Tobias
You have to make changes in the http://relaunch.tsschmidt.de/modules/mod_as_menu/css/ext.default.css file in the following class (line 154):
#as-menu ul.as-menu ul {
background-color: #e9e9e9;
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
background-repeat: repeat-x;
border-radius: 0 0 5px 5px;
padding: 12px 0;
position: absolute;
}
and http://relaunch.tsschmidt.de/templates/as002064/css/ext.asmenu.css (line 136)
#as-menu ul.as-menu ul {
background-color: #d75e20;
opacity: 1;
position: absolute;
}
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.