Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove underline in forum display page

  • @kubik888

    Participant

    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

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

    @kubik888

    Participant

    Epilens.com

    @robkk

    Moderator

    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