Skip to main content

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:

 

Hi ​@Laurenseife 👋,

You can add something like below:

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

 


Reply