• Hi, I am trying to change the background color of the body of the theme to white instead of grey. I would also like to know how to change the width of the posts so there isn’t so much empty space in the margins. Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you can’t make these changes in the dashboard; you may need to create a Child Theme and use that child theme’s stylesheet to handle CSS changes, or use a Custom CSS plugin.

    To find exactly what CSS to write, try inquiring on a CSS-specific forum.

    This might be too late to help you, but you need to get a custom css plugin and add this in your custom css:
    div.entry-content{
    background: #ffffff;
    }

    Took me all night to figure that one out. There doesn’t seem to be a single solution for this online so I just played around until I got it. Woohoo! Was close to having to switch themes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post background color/Margin width (Gamepress theme)’ is closed to new replies.