Text & typography
Squarespace’s ul elements doesn’t use usual list-style for list item decoration , but rather :before to create more custom dots in lists. So we need to remove the dots first and also adjust the spacing on list itself. Add this to :
It’s better not to remove underlines from links as it might hurt user experience — the underline signifies that the word is actually a link. But if you still want to do that, add this code to : If you also want to remove an underline from the active navigation link in the header, also […]