Removing dotted bottom border of CSS tool tip's title text | XM Community
Skip to main content
Solved

Removing dotted bottom border of CSS tool tip's title text

  • June 17, 2021
  • 2 replies
  • 27 views

MFF826
Forum|alt.badge.img

Hi there,
I need to remove the dotted bottom border from the tool tip title and I am not sure of the best way to make it work. Recommended code is highly appreciated.

QSF file:
ELEVATE_Needs_Assessment.qsfCCS for the tool tip is within "style".
JS is in the matrix question's JS editor.
HTML is in the statements themselves, which of which have their own tool tip.

If possible, please use jsfiddle to collaborate with me on this. See link below to the full working code.
https://jsfiddle.net/MFF826/94tdp2yq/3/#&togetherjs=zlUwMxK6zf

Examples when in preview:
ELEVATE example 1.jpgELEVATE example 2.jpg

Best answer by PraDeepKotian_XM

Replace your content tag i.e. to

OR

2 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • Answer
  • June 17, 2021

Replace your content tag i.e. to

OR


MFF826
Forum|alt.badge.img
  • Author
  • June 17, 2021

PraDeepKotian_Ugam Thank you! Changing my content tag to

worked perfectly.