Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter arroccomatto

    (@marcomancosu)

    Thread Starter arroccomatto

    (@marcomancosu)

    After testing a few things I found out I had to remove “text-decoration:none;” from style.css.

    Here the solution: go to the editor, then select style.css, then look for a:link { in the code, and then remove text-decoration:none; – pay attention as it appears twice, the first time for the hyperlink (just after a:link {) and the second time as related to the visited link (just after a:visited {).

    I’d recommend adding a:link, a:visited { text-decoration: underline; } in Mantra’s custom css field.
    Changes to style.css are lost on theme update.

    Thread Starter arroccomatto

    (@marcomancosu)

    Thanks, great suggestion! I had indeed lost the change updating the theme a feew days ago.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mantra – How to underline hyperlinks’ is closed to new replies.