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 i can edit the main menu to become lowercase,uppercase ?
Rgrds
Please see 'templates/as002065/css/ext.asmenu.css' file the following class (line 24):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span {
margin: 0px;
padding: 0px 10px;
display: block;
font-weight: bold;
line-height: 20px;
letter-spacing: 0.5px;
color: #ffffff;
text-transform: lowercase;
}
Regards, AS Team.