ChrisS1980 Posted September 8, 2020 Share Posted September 8, 2020 Site URL: https://music.casio.co.uk/40th hi everybody, I'm trying to change the colour of the 'Download Your Free fanzine sample here' link at the top of page. I'd like it to be blue, then go to light blue on hover. At the moment it's grey and not very visable. I've tried putting some custom CSS code into this, but just can't seem to find which block to tie the code to. Can anyone help please? Many thanks in advance, Link to comment
rwp Posted September 8, 2020 Share Posted September 8, 2020 #block-yui_3_17_2_1_1599495604788_125794 a { color: blue !important; } #block-yui_3_17_2_1_1599495604788_125794 a:hover { color: red !important; } ChrisS1980 and IXStudio 2 Link to comment
IXStudio Posted September 8, 2020 Share Posted September 8, 2020 (edited) Hi Use this code in Design -> Custom CSS #block-yui_3_17_2_1_1599495604788_125794 span a { color: #185bff !important; transition: 0.5s all; } #block-yui_3_17_2_1_1599495604788_125794 span a:hover { color: #0da3d5 !important; } It has a transition on hover! Please use the like button if it helps you! Best, Leopold Edited September 8, 2020 by IXStudio ChrisS1980 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
ChrisS1980 Posted September 8, 2020 Author Share Posted September 8, 2020 Wow - two great solutions. Many thanks 🙂 IXStudio 1 Link to comment
IgnitePerth Posted September 14, 2021 Share Posted September 14, 2021 47 minutes ago, boase333 said: I figured that is probably the case right here with this one. I brought the whole thing in the manner you confirmed and its just not working. And I suppose for what I need it for it might be too complicated for squarespace to paintings with sadly. Try submitted a new post with a link to your site, so that we can help you. Contact Us for detailed help Common Squarespace Tips Sharing Your Site Link Squarespace web designers in Perth WA. 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