[Resolved] Change background color on bbpress pages only

Home Forums Support [Resolved] Change background color on bbpress pages only

Home Forums Support Change background color on bbpress pages only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #139854
    Are Martin

    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?

    #139896
    Tom
    Lead Developer
    Lead Developer

    Try this selector: .bbpress .inside-article

    #140113
    Are Martin

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

    #140137
    Tom
    Lead Developer
    Lead Developer

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.