mollycjackson Posted January 27, 2022 Share Posted January 27, 2022 (edited) Site URL: https://mollychristinejackson.squarespace.com/ Hi! I for the life of me cannot figure out how to remove the underlines from my hyperlinks. I have tried reading the forums and I still cannot figure it out. I am in the process of completely changing mysite and didn't want to recreate a new one for analytics purposes. Edited January 27, 2022 by mollycjackson add more tags Link to comment
tuanphan Posted January 28, 2022 Share Posted January 28, 2022 On 1/27/2022 at 8:11 AM, mollycjackson said: Site URL: https://mollychristinejackson.squarespace.com/ Hi! I for the life of me cannot figure out how to remove the underlines from my hyperlinks. I have tried reading the forums and I still cannot figure it out. I am in the process of completely changing mysite and didn't want to recreate a new one for analytics purposes. Add to Design > Custom CSS a { background-image: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
lizasem Posted February 16, 2022 Share Posted February 16, 2022 Hey! I've done this for a website too: Go to Custom CSS and copy and paste this code: Quote p a { text-decoration: none !important; background-image: none !important; } And may I suggest that since these links open a new window to your work, you could add like a simple unicode arrow at the end of the line so it prompts them to click on it, otherwise it would be hard to know to click on them. Here are some examples you could copy and paste and see what fits: ↗︎ ➤ ➛ ➝ You could also have a hover effect to indicate that the text is a link with this simple code: Quote p a:hover { opacity: .5 !important; transition: ease-in-out 0.5s !important; } Hope that helps! jenq 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