Hi!
Thank you for this great theme and perfect support!
I wanted to try and change a bit the post and page background color and the sidebar background color.
Is there some way I can do this?
Thank you!
Hi!
Thank you for this great theme and perfect support!
I wanted to try and change a bit the post and page background color and the sidebar background color.
Is there some way I can do this?
Thank you!
Hi @elenweiss,
Thank you for your question.
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 -> Shapely Options -> Other
#primary {
background: #fbefef;
}
#secondary {
background: #ccefc9;
}
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
Thank you very much for your quick and kind reply, it works perfectly!
You are most welcome here