Page links underlined

Hi All.
We have a column that is job details that if clicked links to another page. These job details have suddenly become underlined, which makes for a messy looking page. Has something changed on the back end to cause this? Nothing has been changed our end? I’ve looked through all the settings but can’t see any options to revert back to no underline. Have I missed something?
Thanks

Welcome to the community @Nick12

Can you share a screenshot.

Thanks. Yes, sure…

Try that in the API CSS:

a:link { text-decoration: none; }

PS: probably Knack is tweaking some code to implement the NEXTGEN Builder cose I also had a small Live App visual problem without touching anything to the code, that I succeeded to resolve.

Hi @Nick12 - Hopefully I have understood your setup correctly, if not, please let me know.

2 Likes

Great, thanks Carl - that was it! I assume Knack have changed something in the last couple of days that caused that, but switching to ‘Legacy’ sorted it.

Thanks for your time.

Nick

1 Like

Hi @Nick12 - bit of an odd one but I’m glad my video helped. Can you mark this as the solution please.

1 Like

Beat me to it. :slight_smile:

2 Likes