Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: .indexOnly { display: none; } .forum_list .indexOnly { display: block; } Then edit your notice and surround the conditional content with a div: <div class="indexOnly"> </div>