Reply To: Content Color Below Short Post

Home Forums Support Content Color Below Short Post Reply To: Content Color Below Short Post

Home Forums Support Content Color Below Short Post Reply To: Content Color Below Short Post

#183261
bdbrown

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;
}