By Abi on Friday, 29 March 2019
Posted in General Issues
Likes 0
Views 474
Votes 0
Hello,

I've tried to change the colours of the ES toolbar (module) via ES - settings layout toolbar but it does not work. Please can you assist me.
Hi there,

Currently, those styling are being overridden by Charm template. You will need to do some tweaks on your custom css files in order to achieve this.

Can you try css code below and see how it goes. Change those colour accordingly. Remember to enable this setting https://take.ms/vhexD once you applied those changes. Once saved, disabled them again.

[gist type="css"]
#es.mod-es.mod-es-toolbar .es-toolbar {
background-color: #4104e4 !important;
}
#es.mod-es.mod-es-toolbar .es-toolbar:before, #es.mod-es.mod-es-toolbar .es-toolbar:after {
background-color: #4104e4 !important;
}

#es.mod-es.mod-es-toolbar .es-toolbar:before, #es.mod-es.mod-es-toolbar .es-toolbar:after {
background-color: #4104e4 !important;
}
[/gist]
·
Friday, 29 March 2019 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Abdul.
Abi
·
Saturday, 30 March 2019 00:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Saturday, 30 March 2019 09:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post