Thanks AS TEMPLATES!
Font size has changed, but not immediately. Probably remained in the cache.
How do I change the text on the button "Read more" and font-size the title in module position-6?
https://yadi.sk/i/3qURwfGMX49vG
AS Templates
POSTED: 2014-07-21
Hello ILDARUGATU,
In the 'http://kirpich-dvor.ru/language/en-GB/en-GB.tpl_as002046.ini' you have to translate and add the following lines :
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
You have to edit the following class in the tmpl.default.css file:
.slide_title {
font-size: 108px !important;
letter-spacing: -7px;
line-height: 72px !important;
margin-bottom: 6px;
}
Regards, AS Team.
I changed the font-size settings and line-height, but nothing changed.
Maybe somewhere else you need to change the class?
.slide_title
{
font-size: 108px !important;
letter-spacing: -7px;
line-height: 72px !important;
margin-bottom: 6px;
}
Just checked your css, it is not changed, this class you can find in the tmpl.default.css file on line 1416, try to the following:
.slide_title {
font-size: 58px !important;
letter-spacing: -3px;
line-height: 72px !important;
margin-bottom: 6px;
}
Regards, AS Team.
Font size has changed, but not immediately. Probably remained in the cache.
How do I change the text on the button "Read more" and font-size the title in module position-6?
https://yadi.sk/i/3qURwfGMX49vG
In the 'http://kirpich-dvor.ru/language/en-GB/en-GB.tpl_as002046.ini' you have to translate and add the following lines :
COM_CONTENT_READ_MORE="Read More"
MOD_ARTICLES_NEWS_READMORE="Read More"
TPL_COM_CONTENT_READ_MORE_TITLE="Read More"
The font size you can change by editing tmpl.default.css file this class:
#featured-row .module_title {
background-image: url("../images/bg.heading.jpg");
background-position: left top;
background-repeat: repeat-x;
border-radius: 5px 5px 0 0;
font-size: 36px;
line-height: 68px;
margin: 0;
padding: 0 25px;
text-transform: none;
}
Regards, AS Team.