Hi,
I moved from twentyten to mantra but now all my links are not underlined anymore and I would prefer them to be underlined.
How can I do that?
Thanks!
Hi,
I moved from twentyten to mantra but now all my links are not underlined anymore and I would prefer them to be underlined.
How can I do that?
Thanks!
my website: http://www.ottimizzazione-pc.it
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.
Thanks, great suggestion! I had indeed lost the change updating the theme a feew days ago.
This topic has been closed to new replies.