Remove underline in the Table of Contents | XM Community
Skip to main content
Solved

Remove underline in the Table of Contents

  • July 7, 2022
  • 4 replies
  • 106 views

Forum|alt.badge.img+6

Can anyone tell me what the custom code is to remove the underlines in the Table of Contents?

Best answer by Mishraji

https://community.qualtrics.com/XMcommunity/discussion/comment/47576#Comment_47576Erika - please add the following code to Look and Feel --> Custom CSS.

.Skin #Toc a, .Skin #Toc strong, .Skin #TocHeader a {

  1. color: #393939;

  2. text-decoration: none;

}

4 replies

Mishraji
Level 4 ●●●●
Forum|alt.badge.img+18
  • Level 4 ●●●●
  • July 9, 2022

Erika - can you please elaborate on what exactly would you like to remove? A screenshot might be helpful. :)


Forum|alt.badge.img+6
  • Author
  • Level 1 ●
  • July 11, 2022

Mishraji - I have attached a screenshot of what I am referencing. Thank you

image.png


Mishraji
Level 4 ●●●●
Forum|alt.badge.img+18
  • Level 4 ●●●●
  • Answer
  • July 11, 2022

https://community.qualtrics.com/XMcommunity/discussion/comment/47576#Comment_47576Erika - please add the following code to Look and Feel --> Custom CSS.

.Skin #Toc a, .Skin #Toc strong, .Skin #TocHeader a {

  1. color: #393939;

  2. text-decoration: none;

}


Forum|alt.badge.img+6
  • Author
  • Level 1 ●
  • July 11, 2022

Mishraji Thank you! It worked perfectly!!