Is there a way to use CSS to update the text color on the TOC when an item is selected? | XM Community
Solved

Is there a way to use CSS to update the text color on the TOC when an item is selected?

  • 20 June 2018
  • 1 reply
  • 91 views

Badge +2
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.
icon

Best answer by Rich_Boits_Walker 25 June 2018, 04:40

View original

1 reply

Userlevel 5
Badge +7
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