Please or Register to create posts and topics.

How to remove the word "forum" from the top?

Hey guys,

I have searched for some solutions already but found none.

I tried to delete the word “forum” from “forum title”, but I read Thomas saying it’s not possible because of SEO reasons -and I get that-.

However, instead of deleting, how to hide it from the front-end?

It takes space above the fold, and it’s not necessary in my opinion.
Anyone clicking on “forum” knows they’re on the forum page (plus “forum” is the first item in the top header anyway).

Thanks!

You can add:

.main-title, .main-title-overview {
display: none !important;
}

to Forum -> Appearance -> Custom CSS

and after saving also clear your browser file cache

Asgaros has reacted to this post.
Asgaros

Didn’t work unluckily.

Maybe later I’ll try to add it to the theme’s CSS. But thanks for sharing anyway!

Did you clear your browser file cache?