Hello, I have two questions:
1) How can I change the stop position of the as-sequence slider? I would like the text to stop on the right side.
2) How can I change the colors for the website name? The letters 1-5 are currently white, 6-10 blue and 11-16 white again. I would like 1-6 blue and 7-16 white.
AS Templates
POSTED: 2020-05-13
Hello SOULREAVER,
1. We are sorry, the slider does not have such option.
2. The color you can change by words, the first word has .caption_part0 class, the second .caption_part1, the third will be .caption_part2
the color can be changes in the 'as002089/css/sequence.css' file, please see lines 119 and 129
Hello AS team, thank you for the answer.
to 1) ok, but the stop position must be somewhere in the script? Can you tell me where?
to 2) I did not mean the text in the slider, I mean the page name that is left of the navigation.
Best regards
Oliver
SoulReaver
POSTED: 2020-05-15
Hello AS Team,
I found the position with the colors of the page name. It is in the file
'as002089 / css / style.blueivy.css'
Line 31-45 or/and
'as002089 / css / tmpl.default.css'
Line 2177-2191.
So point 2 is done.
Unfortunately I cannot find the position where the stop position stands for the text of the sequence slider. I urgently need the text to be on the right side of the page.
I would be very happy if you could help me.
Best regards
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 can I change the stop position of the as-sequence slider? I would like the text to stop on the right side.
2) How can I change the colors for the website name? The letters 1-5 are currently white, 6-10 blue and 11-16 white again. I would like 1-6 blue and 7-16 white.
1. We are sorry, the slider does not have such option.
2. The color you can change by words, the first word has .caption_part0 class, the second .caption_part1, the third will be .caption_part2
the color can be changes in the 'as002089/css/sequence.css' file, please see lines 119 and 129
.sequence-slider > .sequence-canvas .info .slide-title
{
font-size: 92px;
font-weight: 800;
line-height: 92px;
margin-bottom: 10px;
text-transform: uppercase;
color: #1bbc9c;
}
.sequence-slider > .sequence-canvas .info .slide-title .caption_part0
{
color: #fff;
}
Regards, AS Team.
to 1) ok, but the stop position must be somewhere in the script? Can you tell me where?
to 2) I did not mean the text in the slider, I mean the page name that is left of the navigation.
Best regards
Oliver
I found the position with the colors of the page name. It is in the file
'as002089 / css / style.blueivy.css'
Line 31-45 or/and
'as002089 / css / tmpl.default.css'
Line 2177-2191.
So point 2 is done.
Unfortunately I cannot find the position where the stop position stands for the text of the sequence slider. I urgently need the text to be on the right side of the page.
I would be very happy if you could help me.
Best regards