Sorry if this isn't the right place to ask this but I was wondering how you remove the pages that are under the forums. Note I want the page to remain but the link under the forums to be gone.
If you liked to fade out it only optically you make about display none. Code: .node.forum.level_2.node_13 { display: none !important; } Every forum has own ID. The last number determines the Forum-ID, in this case 13 Ordinarily!! Because you have put on here, however, probably own homepage the code will be so about with you. Also here you must find the right ID!! Example here ID 219 Code: .node.page.level_1.groupNoChildren.node_219 { display: none; } If you use "Hompage", you can unselected here