Forum: Community Center


Subject: Losing the forum banner

spedler opened this issue on Apr 08, 2006 ยท 19 posts


spedler posted Sat, 08 April 2006 at 7:46 AM

If, like me, you're fed up with the forum banner occupying a big slice of your screen real estate, you can get rid of it by editing the CSS used for the forum. To do this, you need to edit the CSS rules, but there is a long thread below this one which shows how to do that, so I won't repeat it here. To get rid of the banner, you need to find the line which by default reads: #forum_announcement { border:2px solid #404040; } And change it to: #forum_announcement { border:2px solid #404040; display: none;} It's the 'display: none' rule which kills the banner. Hope that helps!

Steve