• Is there a CSS change I can make to make the background color of the post area white, while maintaining a yellow background color on the rest of the page? I’ve tried some CSS I’ve used on other sites, but no luck yet.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mikeboas,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    #content {
      background-color: #fff;
      padding: 20px 2% 20px 25px;
    }
    
    #sidebar {
      width: 29%;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing background color on post/page content’ is closed to new replies.