is there a possibility to get capital letters for the main menus?
Regards, Gabi
AS Templates
POSTED: 2014-05-11
Hello GABIPOS,
Yes, you have to edit 'templates/as002060/css/ext.asmenu.css' file, please look for the following class and change the ' text-transform' value to 'uppercase'.
#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.
gabipos
POSTED: 2014-05-12
Hey AS Team,
thank you for the quick answer. You misunderstood me :D I want the letters in that size, that I configured in the backend. Backend = Frontend
text-transform:none; doesn't work :(
gabipos
POSTED: 2014-05-12
Oh. I forgot to clean Joomla's cache... Problem Solved!
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
is there a possibility to get capital letters for the main menus?
Regards, Gabi
Yes, you have to edit 'templates/as002060/css/ext.asmenu.css' file, please look for the following class and change the ' text-transform' value to 'uppercase'.
#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.
thank you for the quick answer. You misunderstood me :D I want the letters in that size, that I configured in the backend. Backend = Frontend
text-transform:none; doesn't work :(
Thank you