Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide specific forums in css?

  • @laprek

    Participant

    Hello,

    I have created few forums. I’m using “bbp style pack” plugin which lets me to have categories as forum title and forums with that category as parent. I need to hide few forums because I would like to display them on a different page.
    Here is what I’ve tried:

    ul#forums-list-9201.bbp-forums.bsp-template1{
    display:none !important;
    }

    .forums-list-9201.bbp-forums.bsp-template1{
    display:none !important;
    }

    #bbpress-forums.forums-list-9201.bbp-forums.bsp-template1{
    display:none !important;
    }

    Any idea on what am I doing wrong?

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

    Moderator

    link to your site if possible plaese

    @laprek

    Participant

    Would it be possible to hide the link please?

    @robin-w

    Moderator

    just

    #bbp-forum-9201 {
    display : none !important ;
    
    }

    should do it

    @laprek

    Participant

    It worked but only partially. The header where it says TOPICS, FORUMS and FRESHNESS is still there.
    I have tried to include “.bbp-header” but it didn’t work.

    @robin-w

    Moderator

    sorry without a link to a love site example, I’m unable to help further. You site requires login.

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