Reply To: Insert Custom Background?

Homepage Community Forums Optimal Theme Support Insert Custom Background? Reply To: Insert Custom Background?

#3351
Wes
Moderator

    You would need to edit the “entry-content” class since that is the div that page and post content are inside of. Some widgets use “entry-content” so you may want to add code that targets just the page/post entry content.

    Example –

    .page .entry-content,
    .post .entry-content {
    background: #fff;
    }