Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi andriansah.

    Add this to your custom CSS:

    .tooltips { text-decoration: underline; }

    or if you only want the underline to appear when hovering:

    .tooltips:hover { text-decoration: underline; }

    Cheers!

    Thread Starter andriansah

    (@andriansah)

    Thanks for your response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add 'text decoration' to css’ is closed to new replies.