Skip to:
Content
Pages
Categories
Search
Top
Bottom

Shortcode [bbp-forum-index]

  • @deepblue5

    Participant

    Hi

    I use [bbp-forum-index] on a page but it show a search box on top right, how to get rid of it ?

    Thanks !

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

    Participant

    Ok for those having the same need, i added a display none

    @robin-w

    Moderator

    quoting the actual code you used would be useful 🙂

    @deepblue5

    Participant

    Sure 🙂

    #bbpress-forums div.bbp-search-form {
    	display: none!important;
    }

    @robin-w

    Moderator

    🙂

    @deepblue5

    Participant

    Addon : to hide search form from user profile tabs too (recent topics and recent replies tabs) :

    /*Hide search form on all tabs topics and replies*/
    #bbp-user-body .bbp-search-form {
        display: none;
    }

    @robin-w

    Moderator

    thanks – that will help anyone finding this topic later 🙂

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