Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove this code ? Look this link

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

  • Robkk
    Moderator

    @robkk

    .bbp-forum-header a.bbp-forum-permalink, 
    .bbp-topic-header a.bbp-topic-permalink, 
    .bbp-reply-header a.bbp-reply-permalink {
    display: none;
    }

    add this anywhere you can put custom css


    Icaroferreira
    Participant

    @icaroferreira

    I put this CSS in “Custom CSS” in my theme, but nothing happened.


    Robkk
    Moderator

    @robkk

    its probably because the way you have it setup it is not in the header.

    maybe this will work

    a.bbp-forum-permalink, 
    a.bbp-topic-permalink, 
    a.bbp-reply-permalink {
    display: none;
    }

    if it doesnt try to look into the source code with inspect element and find a selector to put the before each a. link


    jmodine
    Participant

    @jmodine

    are you using a child theme? if not make one and then just add it to the child themes style.css it will override any other css and its the best way to keep your changes safe.

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