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.
get2wils
POSTED: 2015-01-15
Thanks dear developer! Appreciate your quick reply.
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
you can do it by editing ext.asmenu.css file, the following class:
#as-menu ul.as-menu > li.active > a,
#as-menu ul.as-menu > li.asHover > a,
#as-menu ul.as-menu > li.current > a,
#as-menu ul.as-menu > li.active > span,
#as-menu ul.as-menu > li.asHover > span,
#as-menu ul.as-menu > li.current > span
{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #e08034;
}
and ext.default.css file:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #f7f7f7;
display: block;
font-size: 18px;
font-weight: 400;
height: 20px;
line-height: 20px;
padding: 27px 1em;
text-transform: uppercase;
}
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.