By L. A. Devijen on Saturday, 23 February 2019
Posted in Technical Issues
Replies 5
Likes 0
Views 423
Votes 0
Hello,
I find new feature after last update.
User can change text background.
If I understand right, I can change a colors by css:

#es .es-story-bg-menu-preview.es-story--bg-1 {
background-image: -webkit-linear-gradient(left,#edf0f5 0,#c6c6e4 100%);
background-image: -o-linear-gradient(left,#edf0f5 0,#c6c6e4 100%);
background-image: linear-gradient(to right,#edf0f5 0,#c6c6e4 100%);
background-repeat: repeat-x;
}
#es .es-story-bg-menu-preview.es-story--bg-2 {
background-image: -webkit-linear-gradient(left,#f3fbe6 0,#e1e05d 100%);
background-image: -o-linear-gradient(left,#f3fbe6 0,#e1e05d 100%);
background-image: linear-gradient(to right,#f3fbe6 0,#e1e05d 100%);
background-repeat: repeat-x;
}
#es .es-story-bg-menu-preview.es-story--bg-3 {
background-image: -webkit-linear-gradient(left,#eafbe1 0,#87e98c 100%);
background-image: -o-linear-gradient(left,#eafbe1 0,#87e98c 100%);
background-image: linear-gradient(to right,#eafbe1 0,#87e98c 100%);
background-repeat: repeat-x;
}}
#es .es-story-bg-menu-preview.es-story--bg-4 {
background-image: -webkit-linear-gradient(left,#fbe1fe 0,#e69af6 100%);
background-image: -o-linear-gradient(left,#fbe1fe 0,#e69af6 100%);
background-image: linear-gradient(to right,#fbe1fe 0,#e69af6 100%);
background-repeat: repeat-x;
}
#es .es-story-bg-menu-preview.es-story--bg-5 {
background-image: -webkit-linear-gradient(left,#edf0f5 0,blue 100%);
background-image: -o-linear-gradient(left,#edf0f5 0,blue 100%);
background-image: linear-gradient(to right,#edf0f5 0,blue 100%);
background-repeat: repeat-x;
}

I changed colors , but without result.
If you have tutorial or can explain me how it work.

Regards,
Lazer
Hey Lazer,

You can easily add new backgrounds from the back end, https://take.ms/rnExR . You may also edit existing ones on the list there as well
·
Saturday, 23 February 2019 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Thank you.
I alreadyfix it and do it.
If I can to add new colors?
Regards,
Lazer
·
Saturday, 23 February 2019 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean you would like to add your custom colour from this section https://take.ms/lGXue ?
·
Sunday, 24 February 2019 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Yes it is.
Thank you.
It is a nice feature.
Regards,
Lazer
·
Thursday, 28 February 2019 02:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, perhaps you can submit this feature request on our forum.
·
Thursday, 28 February 2019 09:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post