jwdsea Posted September 8 Share Posted September 8 I created a navigation menu with secondary tasks in my squarespace footer using text (rather than the drag and drop option). Unfortunately, doing it this way comes with yellow underlines to the links that I cannot seem to get rid of. There is no option in the design panel to change the color of these links, and using #footer a {text-decoration: none;} with or without the important doesn't seem to do anything. Can anyone help? Link to comment
jwdsea Posted September 8 Author Share Posted September 8 Actually, this is what worked in case anyone else encounters this issue: I guess they use linear gradients to make the underlines or something. Really annoying. #footer a { background-image: unset; text-decoration: none !important; border: none !important; } tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment