Hello
1. how do I fix that logo in capital letters are the first 4 'AUTO'
2. how to make a mobile device to display text to the slider, as the full version!
scrinshots:
http://s009.radikal.ru/i310/1610/46/80aa97691af0.jpg - mobile
http://s05.radikal.ru/i178/1610/05/971a76d867e0.jpg - full version
site: http://autokill.ru/
AS Templates
POSTED: 2016-10-08
Hello THETWINS,
1. Please see '/templates/as002095/css/tmpl.default.css' file the following class (line 2220):
2. The caption is disabled for mobile devices because mobile devices do not have enough space for the caption, but you can enable it in the 'templates/as002095/css/sequence.css' file in the following class (line 479):
.sequence-slider > .sequence-canvas li > .info
{
display: none;
}
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
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
1. how do I fix that logo in capital letters are the first 4 'AUTO'
2. how to make a mobile device to display text to the slider, as the full version!
scrinshots:
http://s009.radikal.ru/i310/1610/46/80aa97691af0.jpg - mobile
http://s05.radikal.ru/i178/1610/05/971a76d867e0.jpg - full version
site: http://autokill.ru/
1. Please see '/templates/as002095/css/tmpl.default.css' file the following class (line 2220):
#logo h1 span.char_1,
#logo h2 span.char_1,
#logo h3 span.char_1,
#logo h1 span.char_1,
#logo h2 span.char_2,
#logo h3 span.char_2,
#logo h1 span.char_0,
#logo h2 span.char_0,
#logo h3 span.char_0
{
color: #8aaa22;
font-size: 100px;
font-weight: 800;
}
2. The caption is disabled for mobile devices because mobile devices do not have enough space for the caption, but you can enable it in the 'templates/as002095/css/sequence.css' file in the following class (line 479):
.sequence-slider > .sequence-canvas li > .info
{
display: none;
}
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.