Joomla Template 002059 -> AS menu.
how can I change the background color in the submenu (black)?
thanks for the support
AS Templates
POSTED: 2014-01-20
Hello RENKESIT,
You have to edit ext.asmenu.css file which can be found in the template's css folder. What is your site url please, we will check it and let you know the css class name.
Regards, AS Team.
renkesit
POSTED: 2014-01-21
thanks
the url is http://dachdecker-gladbeck.de/cms2/
AS Templates
POSTED: 2014-01-21
Hello RENKESIT,
You have to edit the following class (line 134) in the ext.asmenu.css file:
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
how can I change the background color in the submenu (black)?
thanks for the support
You have to edit ext.asmenu.css file which can be found in the template's css folder. What is your site url please, we will check it and let you know the css class name.
Regards, AS Team.
the url is http://dachdecker-gladbeck.de/cms2/
You have to edit the following class (line 134) in the ext.asmenu.css file:
.navigation #as-menu ul.as-menu ul {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
border-radius: 0;
position: absolute;
}
Regards, AS Team.