Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove this forum contains # of topics, and was last updated by

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

  • Robin W
    Moderator

    @robin-w

    to get rid of that bit, put this in your custom css part fo your theme

    div.bbp-template-notice.info {
    	border : none !important ;
    	display: none;
    }

    you might also want

    .bbp-pagination {
    	display: none;
    }

    nothere
    Participant

    @j86schroeder

    That worked! Thanks Robin, do you happen to know if there is any tutorials out there on setting up your website similar to the bbpress support forum?


    nothere
    Participant

    @j86schroeder

    For example, I was able to remove the search button from the forums, which was just a toggle of Dashboard/Settings/General/Forums Settings/Unchecked Allow forum wide search

    How would I be able to incorporate the search button to be on the right column I have which is topics, and put the search button above it? Is that easily possible? Thanks.


    Robin W
    Moderator

    @robin-w

    hmm… suggest you read the documentation and also look at

    bbp style pack

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