View Full Version: [S] How To Remove...

RPG-Directory > Solved Support Topics > [S] How To Remove...



Title: [S] How To Remove...


stryker - July 8, 2008 06:32 PM (GMT)
okay so. i'd like to remove the part on the top of the board which says members, help, search, etc.

what code do i use to remove those?

x? an example.

Sunday - July 8, 2008 08:20 PM (GMT)
I'm assuming the sample site is the one you want to fix? If so, find this
QUOTE
#submenu  { border:5px solid #e1e1e1;background-color: #c7c7c7;font-size:10px;margin:3px 0px 3px 0px;color:#402424;font-weight:normal;}
It should be near the top.

Replace it with this
QUOTE
#submenu  { display: none; border:5px solid #e1e1e1;background-color: #c7c7c7;font-size:10px;margin:3px 0px 3px 0px;color:#402424;font-weight:normal;}


Blue is what I added in. :]

stryker - July 8, 2008 08:29 PM (GMT)
is that for the board wrappers?

edit. that's perfect thank you




Hosted for free by InvisionFree