Sign in

How do I set it up so that hyperlinks appear underlined in final render of site.

#1313
Avatar photo[anonymous]

I found it:

From the Publii menu choose Tools and then “custom css“.

There you can add this ` `

`*/underlining links*/
a:link {
text-decoration: underline;
}`

and save.

For more possibilities see this excellent W3-schools page.