The last question.
How to add a google fonts to this template.
<link href='http://fonts.googleapis.com/css?family=Economica&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
font-family: 'Economica', sans-serif;
AS Templates
POSTED: 2015-01-15
Hello PROKNET,
You have to add it first in the templateDetails.xml files, it contains few huge blocks with all available fonts, you have to add it in each block, then you have to add it in the fonts.css file, or you can ask for our customization services using the following page:
http://www.astemplates.com/customservices
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 don't want to have an uppercase's in Main Menu. I don't know what I hav to do? Please Help me!
You have to edit the following class in the 'modules/mod_as_menu/css/ext.default.css' file (line 91):
#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: #464646;
display: block;
font-family: "BenchNine",sans-serif;
font-size: 18px;
font-weight: 400;
height: 20px;
line-height: 20px;
padding: 27px 1em;
text-transform: uppercase;
}
Regards, AS Team.
Best Regards
How to add a google fonts to this template.
<link href='http://fonts.googleapis.com/css?family=Economica&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
font-family: 'Economica', sans-serif;
You have to add it first in the templateDetails.xml files, it contains few huge blocks with all available fonts, you have to add it in each block, then you have to add it in the fonts.css file, or you can ask for our customization services using the following page:
http://www.astemplates.com/customservices
Regards, AS Team.