Skip to main content
Solved

Customization of "Related Topics" header

  • November 21, 2024
  • 1 reply
  • 21 views

Laurenseife

Hi folks, I have a low priority, nice to have, not need ask from my branding colleagues: They are asking me to differentiate the text on the “Related Topics” section of our community.

 

Playing around with the the theme branding, I know that I need to edit the “header” option to load the color, however, I don't want to apply the color to all the other sections. 

 

Does anyone have a code for customizing the “Related Topics” section. I’m wondering if I make it a little larger or underline that might satisfy the request as well and I wont need to change color. 

 

Below is an example of the Gainsight “Related Topics” section:

 

Best answer by olimarrio

Hi ​@Laurenseife 👋,

You can add something like below:

.widget--related-topics .related-topics__topic-title {
text-decoration: underline;
}

 

1 reply

olimarrio
Forum|alt.badge.img+5
  • Gainsight Employee ⭐️
  • Answer
  • November 29, 2024

Hi ​@Laurenseife 👋,

You can add something like below:

.widget--related-topics .related-topics__topic-title {
text-decoration: underline;
}