Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBPress OP background different color

  • @rapforthemoment

    Participant

    Hey guys. I was wondering how I can make the original forum posters background color a different shade than the replies of other users. Say #f5f5f5.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @robkk

    Moderator

    you can use something like this.

    #bbpress-forums .bbp-body .topic-author {
      background: #f5f5f5;
    }

    @rapforthemoment

    Participant

    That worked perfectly! Is there a way I can change the color of the reply? Instead of the topic author?

    @robkk

    Moderator
    #bbpress-forums .bbp-body .reply {
      background: #f5f5f5;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar