Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I get rid of the second line in the header

  • @sayhi2lonnie

    Participant

    How do I get rid of the line that I highlighted in yellow?

Viewing 6 replies - 1 through 6 (of 6 total)
  • @sayhi2lonnie

    Participant

    I want to get rid of “bbPress Forums”.

    Please and thank you in advance!

    @robin-w

    Moderator

    add this to the additional css of your theme

    body.forum-archive.bbpress h5.description p {
    	display: none;
    }

    @sayhi2lonnie

    Participant

    That was phenomenally successful. Thank YOU!!

    Any chance you know the magic to make this one go away?

    image

    @robin-w

    Moderator
    .bbpress .forum h4.author {
    	display: none;
    }

    @sayhi2lonnie

    Participant

    You rock!!

    Thank you so very much, and I was able to modify what you posted to delete the same thing on topic pages.

    @robin-w

    Moderator

    great !

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