I Imgbi Active member May 24, 2019 #1 Please how do I remove Node list alongside category from the index using extra.less
Masetrix Well-known member May 24, 2019 #2 extra.less: .block.block--category.block--category6 { display: none; } or: .block.block--category.block--category6 .block-body { display: none; } Hint: 6 = is my CategorieID. Change this to your ID Upvote 0 Downvote
extra.less: .block.block--category.block--category6 { display: none; } or: .block.block--category.block--category6 .block-body { display: none; } Hint: 6 = is my CategorieID. Change this to your ID
I Imgbi Active member May 24, 2019 #3 Thanks but it's not just one category that I want to remove. I want to remove all of this categories and the nodes within. Thanks. Upvote 0 Downvote
Thanks but it's not just one category that I want to remove. I want to remove all of this categories and the nodes within. Thanks.
Steve F Well-known member May 24, 2019 #4 Edit the category in the ACP and uncheck the Display in node list option. Upvote 0 Downvote
I Imgbi Active member May 24, 2019 #5 Steve F said: Edit the category in the ACP and uncheck the Display in node list option. Click to expand... I forgot this! Thanks for calling my attention to it. Exactly what I want! Upvote 0 Downvote
Steve F said: Edit the category in the ACP and uncheck the Display in node list option. Click to expand... I forgot this! Thanks for calling my attention to it. Exactly what I want!
I Imgbi Active member May 24, 2019 #6 Updates: I just noticed that nodes are not showing in the quick post (post thread icon) at the index, any way around this? Solved with extra.less tweak. Last edited: May 24, 2019 Upvote 0 Downvote
Updates: I just noticed that nodes are not showing in the quick post (post thread icon) at the index, any way around this? Solved with extra.less tweak.