By Walter Smith on Monday, 10 December 2018
Posted in General
Replies 2
Likes 0
Views 609
Votes 0
What is the custom CSS code to change the back ground color of the side bar in easy social. I would like the color to span 100% height. Thanks!
Hey there,

What is the custom CSS code to change the back ground color of the side bar in easy social.


May I know which sidebar in EasySocial would you like to change?

If you just want one color to apply for all sidebar in EasySocial, you can add the following CSS code into Backend > EasySocial > Themes > Custom CSS:


#es .es-container .es-sidebar {
background : #ffffff;
}


Take note that you need to change to the color that you want.

I would like the color to span 100% height. Thanks!


Can you provide us with some screenshots on what do you mean 'the color to span 100% height' so that we can have a better understanding of it?
·
Monday, 10 December 2018 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post