Marcel Active member Sep 30, 2013 #1 Here's a screenshot. The Welcome Forum is parentless, but still has a category bar above it. How do I remove this? Thanks
Here's a screenshot. The Welcome Forum is parentless, but still has a category bar above it. How do I remove this? Thanks
Shelley Well-known member Oct 1, 2013 #2 Marcel said: Here's a screenshot. The Welcome Forum is parentless, but still has a category bar above it. How do I remove this? Thanks View attachment 57746 Click to expand... This is an example as your Node ID will differ. Where mine was "5" you will have to insert your ID. Add the following in EXTRA.CSS Code: .nodeList .node_5 .categoryStrip {display: none;} Upvote 0 Downvote
Marcel said: Here's a screenshot. The Welcome Forum is parentless, but still has a category bar above it. How do I remove this? Thanks View attachment 57746 Click to expand... This is an example as your Node ID will differ. Where mine was "5" you will have to insert your ID. Add the following in EXTRA.CSS Code: .nodeList .node_5 .categoryStrip {display: none;}
Marcel Active member Oct 1, 2013 #3 Thanks Shelley, worked a peach! I forgot about per-forum CSS like this. In vB it would have had to have been encapsulated by if statements etc ..... Upvote 0 Downvote
Thanks Shelley, worked a peach! I forgot about per-forum CSS like this. In vB it would have had to have been encapsulated by if statements etc .....
Morgain Well-known member Jan 26, 2014 #4 I would like something slightly different. Somehow in the past I managed to get a cute narrow bar above a parentless node. It suddenly disappeared. I tried the css above but that efficiently disappears the bar altogether. Upvote 0 Downvote
I would like something slightly different. Somehow in the past I managed to get a cute narrow bar above a parentless node. It suddenly disappeared. I tried the css above but that efficiently disappears the bar altogether.