- This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Kids Education › change inside pages background colour
Hi there,
I can not figure out how to change the light blue background colour that is on all inside pages. For example this page:
http://fuelcatering.ca/newsite/?page_id=177
Thanks!
Hello,
Can you please specify to which color you want to change the background color to so that we can provide you with a clear fix?
Alternately, you can paste the color code of your choice and paste the given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
article .entry-content {
background-color: #737677;
}
article .blog-post-wrap {
background-color: #5a5c5d;
}
Hope this helps.
For any further query/confusion, feel free to write back to us.
Regards!
Hello @messmeriza,
To change the color of the content section, please add below given CSS.
article .blog-post-wrap {
background-color: #a4cd39;
}
article .entry-content {
background-color: #a4cd39;
}
Change the color code as per your requirement.
Thank you.
Thanks that’s what I was looking for.
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



