Deanogrigio Posted December 30, 2022 Share Posted December 30, 2022 https://southmoorpto.squarespace.com password: pto In the footer I am trying to remover the underline from hyperlinks while also adding a hover color. The below code works for the phone number, but not for my navigation items (Home, Fundraising, Calendar, Board, etc.) What am I doing wrong? //Add Hyperlink Hover footer a:hover { color: #0D974B !important; } //Remove Link Underline h1,h2,h3,h4,p,code,nav { a,span { background-image: none!important; text-decoration: none!important; } } Link to comment
Wolfsilon Posted December 30, 2022 Share Posted December 30, 2022 Not seeing any underline issues from my end. I'm guessing you figured it out? Very spiffy looking website! Link to comment
Deanogrigio Posted January 10, 2023 Author Share Posted January 10, 2023 Hello! I am able to get the underlines removed, but I am not able to change the color on hover using the code above. I am hoping to have both NO UNDERLINE + CHANGE COLOR ON HOVER. Any thoughts on what this code would look like, specifically for the footer? Link to comment
tuanphan Posted January 14, 2023 Share Posted January 14, 2023 On 1/10/2023 at 10:49 PM, Deanogrigio said: Hello! I am able to get the underlines removed, but I am not able to change the color on hover using the code above. I am hoping to have both NO UNDERLINE + CHANGE COLOR ON HOVER. Any thoughts on what this code would look like, specifically for the footer? Hi, It looks like you solved this? 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