reeceanderson Posted February 17, 2021 Share Posted February 17, 2021 (edited) Site URL: https://watermelon-goby-el8a.squarespace.com/ Hello I'm trying to change the color of my footer once I hover over the text. I am using the 'Kester' template and I have the CSS code set for the navigation bar; however, I can't seem to find a code for the footer. Thanks for your time, Reece Edited February 17, 2021 by reeceanderson Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 Add to Design > Custom CSS footer.sections a:hover { color: red; } 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
Brianne_113 Posted February 24, 2021 Share Posted February 24, 2021 Do you happen to know what the code for just the logo in the header is? Trying to implement a glitch on hover effect and can't seem to figure out how to do it properly and cant figure out the correct code for the logo in the header. Thank you in advance, Brianne Evelyn brianne.alexis113@gmail.com Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 On 2/24/2021 at 1:00 PM, Brianne_113 said: Do you happen to know what the code for just the logo in the header is? Trying to implement a glitch on hover effect and can't seem to figure out how to do it properly and cant figure out the correct code for the logo in the header. Thank you in advance, Brianne Evelyn brianne.alexis113@gmail.com Can you share your site url? 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
bybridges Posted January 10, 2022 Share Posted January 10, 2022 On 2/18/2021 at 9:31 PM, tuanphan said: Add to Design > Custom CSS footer.sections a:hover { color: red; } Hi, I've tried a bunch of permutations for changing hover state color on my site but nothing seems to work. The only code that I've gotten to work to do anything is the following: //add footer hover state footer a:hover { background: #BA5E41 !important; } Anything I've tried to change just the font color has failed. I'd even love to try something like what I have in the header which is a squishy line: :after { content: ''; background: #BA5E41; //color height: 1px; //thickness width: 0; display: block; margin-top: 1px !important; transition: width 1s; //animation speed margin: 0 auto; } That didn't work either. I'm striking out. url: https://lychee-dogfish-zgem.squarespace.com/ (we will go live tonight so this may be a different url --> elcamino.travel) pw: ezc Link to comment
tuanphan Posted January 12, 2022 Share Posted January 12, 2022 On 1/11/2022 at 1:06 AM, bybridges said: Hi, I've tried a bunch of permutations for changing hover state color on my site but nothing seems to work. The only code that I've gotten to work to do anything is the following: //add footer hover state footer a:hover { background: #BA5E41 !important; } Anything I've tried to change just the font color has failed. I'd even love to try something like what I have in the header which is a squishy line: :after { content: ''; background: #BA5E41; //color height: 1px; //thickness width: 0; display: block; margin-top: 1px !important; transition: width 1s; //animation speed margin: 0 auto; } That didn't work either. I'm striking out. url: https://lychee-dogfish-zgem.squarespace.com/ (we will go live tonight so this may be a different url --> elcamino.travel) pw: ezc You mean Hover footer links >> change to another color? Use this CSS footer.sections .html-block a:hover span { color: #ba5e41 !important; } 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
bybridges Posted February 7, 2022 Share Posted February 7, 2022 On 1/12/2022 at 2:41 AM, tuanphan said: You mean Hover footer links >> change to another color? Use this CSS footer.sections .html-block a:hover span { color: #ba5e41 !important; } 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