B Bhanu Pratap Member Aug 13, 2016 #1 I want to hide subforum on homepage. is there any option given in the settings ? If no then please tell me the procedure.
I want to hide subforum on homepage. is there any option given in the settings ? If no then please tell me the procedure.
Amaury Well-known member Aug 14, 2016 #2 Code: .nodeStats dl, .subForumsPopup { display: none; } Upvote 0 Downvote
E Escobar Active member May 8, 2017 #3 Above code did not work for me. I used the following code. Code: .node .subForumList li .nodeTitle{ display: none; } Upvote 0 Downvote
Above code did not work for me. I used the following code. Code: .node .subForumList li .nodeTitle{ display: none; }