• Resolved JLPSolutions

    (@jlpsolutions)


    I am looking to change the lower half background of the blog pages from white to something else. If it requires changing CSS Coding, I know only a little about it. So I’d appreciate step by step instructions please. “Where to go and how to do it.” My blog is lifesrollercoaster.com. Thanks.

Viewing 1 replies (of 1 total)
  • Hey there JLPSolutions,

    Hope you’re well today!

    Try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin if your theme doesn’t have custom CSS tab.

    https://www.ads-software.com/plugins/simple-custom-css

    #section3 {
    background-color: #fff;
    }
    
    .home-feed, .singular, .single-project {
    background-color: #fff;
    }

    Replace the color hex value (#fff) to the one of your choice. This should change the background color of all of your pages.

    Hope this helps!

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Lower half of page colour’ is closed to new replies.