Home › Forums › Gillion Theme › Category page background
Home › Forums › Gillion Theme › Category page background
Hi,
How can I change background color of category page?
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
body.archive.category { background: #edeaea; }
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
Thank you. Basically it’s working fine. Probably my question wasn’t precise enough, actionally I meant not the background of the whole category page instead I meant just the background of the blog list on the category page. Hope it comes across what my issue is.
Best regards,
Jürgen
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Pls see below.
Solution for this topic
Use below CSS code to set background color for blog list.
body.archive.category .sh-group.blog-list { background: #edeaea; }
Perfect. Thank you.
You are always welcome here 🙂