Skip to:
Content
Pages
Categories
Search
Top
Bottom

hyperlinks / a inside forum content

  • @kendorama

    Participant

    Hi,

    The hyperlinks inside my forum content aren’t blue and are only blue when I hover over it. Is there code to change this?

    I think we changed the “bbpress-forums a” to black since we wanted the main forum listings links to be black and not blue, but we want to change the links WITHIN forum content to blue so it’s more obvious.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • @stagger-lee

    Participant

    Copy bbpress.css to your theme-folder/css folder and change to whatever you like.

    @robin-w

    Moderator

    or add the following to your style.css

    . bbp-reply-content a:link, a:visited, a:hover {
    color: blue !important ;
    }
    
    

    Functions files and child themes – explained !

    @kendorama

    Participant

    Hi Robin,

    If you put bbpress.css inside your theme/bbpress/css folder it should load that css right?

    Can I then add that into there or does it have to be the main style.css?

    Thanks so much!

    @stagger-lee

    Participant

    My CSS is picked from CSS folder of theme, not plugin.

    @robin-w

    Moderator

    @kendorama yes that should do it

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