- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Background color of the page content and blog posts content
I use the Kids Education Pro Template. Now to my question:
Is there a way to change the background color of the page content? Now the page content is always displayed in a light blue box with rounded corners.
The background colors of the blog posts are light blue, violet, orange, yellow and green. Is there also a possibility here to replace these colors with another one? Unfortunately, i found no addressable css class…
Here are two screenshots: https://drive.google.com/open?id=1taBXK3iU0OtjJjcCkHLmyiQug4kAu_wc
Thank you for your feedback.
Hello @patrima,
To change the color of ever box require lots of custom CSS so it will be beyond our support but if you want to make all the blog article of the same color in blog page then add below-given CSS by going to Admin panel > Appearance > Customize > Additional CSS.
.blog .blog-portfolio article .blog-post-wrap {
background-color: #000;
}
Change the color code as per your requirement.
Now for the single post page add below-given CSS.
.post-template-default article .blog-post-wrap {
background-color: #F44336;
}
Here as well change the color code as per your requirement.
Hope this helps.
Best Regards!!
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. |