Site logo

Archived topic

Change background color on bbpress pages only

3 replies · Started by Are Martin on September 26, 2015

Viewing posts 1–4 of 4

Hi Tom, I´m trying to change the body and inside-article background color on the bbpress forum pages only.

I´ve been experimenting with css but haven´t been successful.

I tried this

#bbpress-forums  { 
  
  background-color: #f6f9fd;

}

combined with different variations of body .inside-article

But nothing happens

any idea how to do this?

Try this selector: .bbpress .inside-article

Thanks! That changed the background color inside the bbpress container. How would I change the entire body background color?

In that case, this would be your selector: body.bbpress

This archived topic is closed to new replies.