Is there a way to use CSS to update the text color on the TOC when an item is selected? | XM Community
Skip to main content
We have a requirement that the TOC not change color (grey out) or have a check mark when a section is completed. We are able to make it not change the text to grey after completion however when the item is selected it stays grey instead of changing to white.
Hi @RichelleLentz

I may be able to help with some additional information. What theme are you using, and are you talking about the sidebar?

!



For the sidebar in the Qualtrics 2017 theme you would use something like this:

.Skin #Toc li.Current, .Skin #Toc li.Current a, .Skin #Toc li.Current strong, .Skin #TocHeader td.Current a, .Skin body #Toc li.Current a {

background-color:unset;

color:#000;

}



The theme you are using may work similarly. Let me know what you are after specifically and I will give it a try.

Leave a Reply