Home Forums Free Themes Kids Education change inside pages background colour

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97144
    messmeriza
    Participant

    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!

    #97183
    wensolutions
    Keymaster

    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!

    #97184
    wensolutions
    Keymaster

    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.

    #97190
    messmeriza
    Participant

    Thanks that’s what I was looking for.

    #97213
    wensolutions
    Keymaster

    Hello @messmeriza,

    Glad we could help you.

    Thank you.

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