Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Text Colour in BBPress Forum


  • calino
    Participant

    @calino

    Hi, I’ve set up a BBPress forum and played around with the CSS file a bit. I am just having an issue changing the colour of the post text. When typing in the box, the text is dark grey on black. After posting, the text appears black on black.

    This is the site: http://www.thegig-abyte.com/forums/topic/upcoming-gigs/

    I tried adding this to my CSS but it didn’t work:

    .bbp-reply-content p {
    color: #FFF;
    }

    Thanks for any help!

Viewing 1 replies (of 1 total)

  • Oazar
    Participant

    @oazar

    It seems to me this is because the css used for styling is your theme styles.css.
    What I did is changing the bbpress css files on line 196 for this :

    `#bbpress-forums div.bbp-topic-content,
    #bbpress-forums div.bbp-reply-content {
    margin-left: 140px;
    padding: 12px 12px 12px 0;
    text-align: left;
    color: #fff;

    }`
    and this works for me for topics and replies

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar