Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

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

  • sayhi2lonnie
    Participant

    @sayhi2lonnie

    I want to get rid of “bbPress Forums”.

    Please and thank you in advance!


    Robin W
    Moderator

    @robin-w

    add this to the additional css of your theme

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

    sayhi2lonnie
    Participant

    @sayhi2lonnie

    That was phenomenally successful. Thank YOU!!

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

    image


    Robin W
    Moderator

    @robin-w

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

    sayhi2lonnie
    Participant

    @sayhi2lonnie

    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

    @robin-w

    great !

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