ideally we need to see a real page, so that we can see what your theme is doing.
Obviously I can get to your site, but if you contact me via my website http://www.rewweb.co.uk with user access (NOT ADMIN!!, just a common user) I can see these pages and help
To remove the ‘Forums’ title, you could do some CSS:
.forum-archive h1 {
display: none;
}
Pascal.