• Resolved DanielVink

    (@danielvink)


    I Want to change the background color of pages to grey instead of the standard white. I Have been testing some options in style.css, but none of them seem to work. Could you please point me in the right direction?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Appearance > Customize > Colors > Change background color to grey.

    Thread Starter DanielVink

    (@danielvink)

    The option WEN Business gives me is to change the background color of the entire site. I only want to change the Page section.

    In your Child Theme or CSS Editor Plugin try this code:

    article.post, article.page {
      background: #eee;
    }
    
    p {
      padding: 0px 10px;
    }
    
    .entry-header .entry-title, .entry-header .entry-title a {
        padding: 0px 5px;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter DanielVink

    (@danielvink)

    Works like a charm! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page background color’ is closed to new replies.