How to remove the word "forum" from the top?
Quote from lucio7 on November 23, 2020, 12:24 pmHey 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!
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!

Quote from Veronica on November 26, 2020, 3:20 pmYou can add:
.main-title, .main-title-overview {
display: none !important;
}to Forum -> Appearance -> Custom CSS
and after saving also clear your browser file cache
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
Quote from lucio7 on November 28, 2020, 5:05 pmDidn’t work unluckily.
Maybe later I’ll try to add it to the theme’s CSS. But thanks for sharing anyway!
Didn’t work unluckily.
Maybe later I’ll try to add it to the theme’s CSS. But thanks for sharing anyway!
