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 a problem with the AS Superfish Menu. I can't show an uppercase with the first character on the title of a menu.
Can someone help me ?
Thx
What is your website url please?
Regards, AS Team.
Please see '/templates/as002058/css/ext.asmenu.css' file the following class (line 26):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span,
ul.sf-menu > li a,
ul.sf-menu > li > span
{
color: #fff !important;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 5px;
text-align: center;
text-transform: lowercase;
}
you have to delete/edit the text-transform element.
Regards, AS Team.