Configure/customize the topic page

Avatar
  • updated
  • Answered

I've managed to customize the topic list page and the forum default page, which is great, but I'm wondering if there is a way to customise the topic details page in the same way? I would like to be able to change the background color/add a header/add some instructions/remove the topic stats module etc - is that possible?

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Hello Matthew,

1) To change background color just use our Custom CSS feature. Topic page has "view-topic" class in BODY tag so you can apply classes directly to it.


2) To hide topic stats module just use following CSS

.view-topic .module-stats {display:none !important}
3) If you want to add some instructions you can use External or embedded custom JS

use https://[your project alias].userecho.com/settings/project/customcss/

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Hello Matthew,

1) To change background color just use our Custom CSS feature. Topic page has "view-topic" class in BODY tag so you can apply classes directly to it.


2) To hide topic stats module just use following CSS

.view-topic .module-stats {display:none !important}
3) If you want to add some instructions you can use External or embedded custom JS

use https://[your project alias].userecho.com/settings/project/customcss/