Color and space sidebar

Hi there,
sorry for asking a few more questions but i didnt find the proper answer to it.

  1. is there a possibility to change the background color of the sidebar so that it is a little bit deducted from the rest… white would be a good idea in my case (see screenshot 1).
  2. Is it possible to reduce the space of the widgets? After “Instagram Feed” is a large gap and its not that nice (see screenshot 2)

Thank you very much!
Best regards,
Juliane

Hi Juliane,

I hope you are well today and thank you for your questions.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary {
    background-color: #eee;
}
#secondary .widget {
    margin-bottom: 10px;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin