Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress Forums subtitle

  • @mdavidson1965

    Participant

    Hello,

    New to bbPress and have been following the guides and have had a lot of success.

    I do have one question that my searches have not been able to solve.

    I create a page called Forums and added the short code [bbp-forum-index] and that works but it adds a subtitle bbPress Forums to the heading of the page.

    How do I turn that off?

    Example from page:
    Forums

    bbPress Forums

    Seems duplicated to me.

    Sorry if this has been discussed but my searches have come up empty.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    link to your sites forum page please

    @mdavidson1965

    Participant

    Test site where I am learning to use the product.
    https://matthewdavidson.us/forums/

    @robin-w

    Moderator

    not quite sure why you theme is displaying that.

    try this in then custom css part of your theme

    .bbpress h5.description {
    	display: none;
    }

    but check that it does not hide things elsewhere in bbpress

    @mdavidson1965

    Participant

    The CSS addition seems to have solved the issue.

    Thanks

    @robin-w

    Moderator

    great – glad you are fixed

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