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?