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
TheSquareSpacer 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. Get Our MultiCurrency Extension for Your Site (7.0 & 7.1) Feel free to reach out for help and projects! The Squarespacer Limited 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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