Skip to:
Content
Pages
Categories
Search
Top
Bottom

where can i put the css?


  • tw2021
    Participant

    @tw2021

    HI
    I got a code that i would like to hide thee username. For e.g when someone click on the profile member from the post in forum, it will bring to the profile page

    #bbpress-forums #bbp-user-wrapper h2.entry-title {display: none;}

    I have got the bbstyle pack and i entered the code above in the css customization but its not working. Is there a place I can insert the code above?
    thanks

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

  • Robin W
    Moderator

    @robin-w

    if it didn’t work in style pack there are 3 reasons

    code error so does not work
    wrong element targeted
    something else is overwriting

    1st looks ok
    second could be the issue

    so let’s try 3rd to check, so add this

    #bbpress-forums #bbp-user-wrapper h2.entry-title {display: none !important;}


    tw2021
    Participant

    @tw2021

    Thank you for looking into this.
    Perfect! The username is now gone!! 🙂 Thanks


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed

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