How to hide specific forums in css?
-
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)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.