Make background of posts white

  • Unknown's avatar

    I’m very new to wordpress and css. For my blog I’ve got a grisaille theme. I want the background of my wall and the background of the posts to be white. If I click on white in the custom colours the background of my posts will stay gray. How to change this to a solid white? Nothing seems to work. I don’t know how to create a child theme, so anything involving that will not help (at this time).

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Welcome to WordPress.com!

    I see that http://thebeautysuitcase.com/ is currently using the Origin theme, and CSS is theme-specific. I’ll assume you’re planning to keep the Origin theme.

    You’ll probably want to use a little custom CSS to make an adjustment like that. Here is an example that you can add to your Appearance → Custom Design → CSS editor and click the Preview button so you can see it working:

    body.custom-background {
    	background: #fff;
    }
  • The topic ‘Make background of posts white’ is closed to new replies.