Advertisement
-
Posts
23 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
Blacksail£'s post in How to remove "Page Header Title"? was marked as the answer
Solution found by myself.
Go to Themes -> Edit -> CSS -> custom.css
and add the following code:
body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } This will remove the "Forums" block over your categories.