Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove forum name when viewing it inside of a group.


  • r083r7
    Participant

    @r083r7

    I have a forum that is linked to a group. I go to that group and view the forum inside of it.

    I am trying to remove the name of the forum on the index page that lists all the topics. I used CSS to remove it but itโ€™s not working right.

    #bbpress-forums h2 {
    display: none;
    }

    This removes the title as I want but when I click on any topic it also removes the posters question ๐Ÿ™

    Please review the screenshots I took

    Index page with the forum title
    https://monosnap.com/file/tKb4Y6GEkWf2GUMB88ghljeprh37Nt

    A topic page with topic question
    https://monosnap.com/file/M3hhJhX7wW4on9Ym2s4ecMcFqmjHOj

    Does anybody know how to remove just the forum name when viewing the forum inside of a group?


    Using latest versions of WordPress and BP.

  • You must be logged in to reply to this topic.
Skip to toolbar