Home › Forums › Gillion Theme › Change Background colour on Sidebar
Home › Forums › Gillion Theme › Change Background colour on Sidebar
Good morning,
Can I set the background colour seperatly like I can do it on the footer?
Best regards,
Jürgen
Hi Jürgen,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#sidebar { background: #efeaea; }
You can 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,
Shufflehound team
Perfect. Thank you.