Skip to:
Content
Pages
Categories
Search
Top
Bottom

Links not showing in Forum

  • @brycel

    Participant

    Hey there!

    I’m having problems in my forum at the moment where the links don’t show up in the text. This page is a good example of my problem.

    The links show up when the surrounding text is highlighted, but you can’t see them when it’s not. It’s strange, because the links everywhere else show up fine.

    I would appreciate any help with this. Thanks!

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

    Moderator

    yes the links are set as white in the display

    try adding this to your style.css

    #bbpress-forums .reply a  {
    color : blue !important ;
    }
    
    #bbpress-forums .reply a:hover  {
    color : green !important ;
    }
    

    I haven’t tested, but should work, come back if you need more help !

    @brycel

    Participant

    That worked! Thank-you very much for your help! 🙂

    @robin-w

    Moderator

    Great, glad you’re fixed !

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