How can I make sure that all links show with an underline?
Hello @spencey,
Thanks for posting in!
It may seem to me that you have resolve this issue already. When I check your page, I am seeing this custom css:
a {
text-decoration: underline !important;
}
You can add some color to it too but the proper way of changing the colors is to go to X > Theme Options > Typography > Site Links. You should be able to use the color pickers to select the link color and the link hover color.
Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.