Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove underline in forum display page


  • KubiK888
    Participant

    @kubik888

    Currently the default setting is the title of the bbpress forums to be underlined. How can I remove the underline text decoration?

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

  • Robkk
    Moderator

    @robkk

    I think that is inherited from your theme. Link to exactly what you are talking about though.


    KubiK888
    Participant

    @kubik888

    Epilens.com


    Robkk
    Moderator

    @robkk

    The links are like this because that is how it is in your theme.

    You can try this custom css to remove the underline. Place the custom css in your child themes custom css or anywhere else you can place custom css like a plugin or theme.

    .bbpress .post-content a {
        text-decoration: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar