JakeLake Posted June 21, 2022 Share Posted June 21, 2022 Site URL: https://www.starcruiter.no/ So I want the link to be another color and/or bold with hover effect. Nyhetsbrevet for rekrutteringsgründere — StarCruiter Thank you! Link to comment
Waqas_SQSPStarter Posted June 21, 2022 Share Posted June 21, 2022 24 minutes ago, JakeLake said: Site URL: https://www.starcruiter.no/ So I want the link to be another color and/or bold with hover effect. Nyhetsbrevet for rekrutteringsgründere — StarCruiter Thank you! Hi Jake. This will apply hover effects on all the links on the website Insert the Following Code in Design > Custom CSS a:hover { color: red !important; // Set the Color on Hover test-decoration: underline !Important; // Underlines Text on Hover font-weight: 600 !important; // Makes The Text Bolder } Let me know how it goes. Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
JakeLake Posted June 22, 2022 Author Share Posted June 22, 2022 No go; however this being a 'lock screen' page...needs <script>? Link to comment
tuanphan Posted June 23, 2022 Share Posted June 23, 2022 21 hours ago, JakeLake said: No go; however this being a 'lock screen' page...needs <script>? If it is lock page, add this to Settings > Advanced > Code Injection > Lock Screen <style> a:hover { color: red !important; text-decoration: underline !Important; font-weight: 600 !important; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment