Home › Forums › Support › Content Color Below Short Post › Reply To: Content Color Below Short Post
March 31, 2016 at 12:20 pm
#183261
Hi Judi. While Tom’s working on a better fix, you could try this in your child theme CSS:
/* set content area background */
.site-content {
background: #fff;
}
/* set sidebar background */
#right-sidebar {
background: #fef2fa;
}