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
Can you please tell me how to change the colour of the main menu buttons.
Thanks
Phil
You can do it by editing css/ext.asmenu.css file the following class (line 74)
.navigation #as-menu ul.as-menu > li.active > a, .navigation #as-menu ul.as-menu > li:hover > a, .navigation #as-menu ul.as-menu > li.asHover > a, .navigation #as-menu ul.as-menu > li.current > a, .navigation #as-menu ul.as-menu > li.active > span, .navigation #as-menu ul.as-menu > li.asHover > span, .navigation #as-menu ul.as-menu > li.current > span {
background-color: #990000;
border: 0 none;
border-radius: 3px;
}
Regards, AS Team.