Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum text colors and theme appearance


  • vinstyton
    Participant

    @vinstyton

    The text color for topic and reply content is white because of my theme settings. I need to change this. Also, the login button is black and does not look connected to the login area.

    I can’t find these lines in CSS, any help appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)

  • vinstyton
    Participant

    @vinstyton

    My issues with colors are #5 & #8 that have been inherited from my theme.

    So, if I use the code below, where do I include #000000 for all of the text content to be black?

    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
    font-size: 12px;
    }

    Hi, do you mean the color of the text ?

    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
      font-size: 12px;
      color: #000000;
    }

    Pascal.


    vinstyton
    Participant

    @vinstyton

    Yes, two colors that I need to change.

    The author/date text color and the link colors of the forums.

    From the codex reference, I am trying to change the colors of #5 and #8.

    I tried the code above but it did not change those two color elements.

    Thanks.

    Is it a public site ? Please post the URL.
    Thanks.

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