Hello, how to change the type of font large slider, exactly what are the titles of articles, Polish characters badly to display. as you can see on slider: http://kredyty-pozyczki.pl/
AS Templates
POSTED: 2015-06-26
Hello AGROMEDIA,
The font family you can change in the 'templates/as002046/css/style.default.css' file in the following class:
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
The font family you can change in the 'templates/as002046/css/style.default.css' file in the following class:
.slide_title {
color: #626262;
font-family: "BenchNine",sans-serif;
}
The font size and wheight in 'templates/as002046/css/ext.artslider.css' file:
.camera_wrap .slide_title
{
font-size: 46px;
font-weight: normal;
line-height: 42px;
text-transform: uppercase;
}
Or you can always create your own css and put it in the style.custom.css file.
Regards, AS Team.