Skip to main content
mitchell.gordon
Expert ⭐️
June 8, 2026

Change Text Color In A Forum

  • June 8, 2026
  • 5 replies
  • 62 views

Hello all! I am looking to change the text color for the H1 and sub text/description text for a forum. 

 

Does anyone have a CSS code example I could please use? I have tried a few different versions of code and have struckout.

5 replies

Contributor ⭐️⭐️
June 9, 2026

@mitchell.gordon , You can target the forum title and description using the following CSS:

.thread-list-view-title.thread-subforum-title.qa-page-title {
    color: #ff0000;
}

.thread-list-view-description.qa-subforum-description {
    color: #666666;
}

This will update the H1 forum title and the forum description text shown on the forum landing page.

samanthahamlet
Gainsight Community Manager
June 9, 2026

Hey ​@mitchell.gordon 👋

You can update your forum header colour by going to Colours in your theme settings. However, we don't currently support changing the H1 colour independently from the rest of the header styling.

Hope this helps! 

Contributor ⭐️⭐️
June 9, 2026

Thanks, Samantha! 😊

I appreciate you checking internally. Please let me know if you find a workaround or have any updates.

Thank you!

 

mitchell.gordon
Expert ⭐️
June 10, 2026

Honestly, not being able to change the color of a text on a webpage in 2026 is disappointing.

samanthahamlet
Gainsight Community Manager
June 12, 2026

Hey ​@mitchell.gordon 

I’ve passed this on to the team as a feature request! In the meantime, submitting it as an Idea would let others upvote and add visibility with the product team too.