dbliss20 Posted May 22, 2021 Share Posted May 22, 2021 Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/testtest I have three columns on my page. I would like hyperlinks in the columns to have the following characteristics: 1. no underline and wording is blue 2. when i hover over the hyperlink, it becomes bold and underline Beyondspace 1 Link to comment
Beyondspace Posted May 22, 2021 Share Posted May 22, 2021 7 minutes ago, dbliss20 said: Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/testtest I have three columns on my page. I would like hyperlinks in the columns to have the following characteristics: 1. no underline and wording is blue 2. when i hover over the hyperlink, it becomes bold and underline try section[data-section-id="60a74a22fe96d458d9b696c1"] p a { color: inherit !important; text-decoration: none; } section[data-section-id="60a74a22fe96d458d9b696c1"] p a:hover { color: #09617c !important; text-decoration: underline; font-weight: bold; } dbliss20 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
dbliss20 Posted May 22, 2021 Author Share Posted May 22, 2021 Hi, I tried this code and the links are still underlined. I wonder what is still overriding the section's css. Link to comment
Beyondspace Posted May 22, 2021 Share Posted May 22, 2021 7 minutes ago, dbliss20 said: Hi, I tried this code and the links are still underlined. I wonder what is still overriding the section's css. Did you put it in custom css and make sure there is no syntax error dbliss20 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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