Home Forums Pro Themes Kids Education Pro Background color of the page content and blog posts content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87944
    patrima
    Participant

    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.

    #88027
    wensolutions
    Keymaster

    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!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.