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
I have got the same problem with the capitalization in the menue.
Regardless of the input, all letters are lowercase
Where can I change that?
Thank you for your answer.
Please see '/templates/as002060/css/ext.asmenu.css' file the following class (line 45):
ul.sf-menu > li a, ul.sf-menu > li > span,
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span {
color: #ffffff;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 10px;
text-transform: lowercase;
}
Regards, AS Team.