By Detlef1a on Friday, 07 April 2017
Posted in General
Replies 1
Likes 0
Views 127
Votes 0
Hello Team,
I hope you can help me a little bit
If I us a another template the color of docker plugin and EasySocial toolbar not longer correct, if you can see on pictures 1,
so my question is
where can I change the color of the plugin icons and the color of background if you can see in image 2.
Many Thanks
Hello there,

Please refer below on the css classes used to change your docker icons and background:-

Icons

#es.es-docker .btn-docker {
color: [color of your choice] !important;
}

NOTE: You need to put "!important" rule on the color styling because the template that you used is overriding the docker color style with the "!important" rule.

Background

#es.es-docker {
background-color: [color of your choice];
}


This should solve your issues. Thanks.
·
Friday, 07 April 2017 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post