MelScheff Posted November 4, 2020 Share Posted November 4, 2020 Site URL: https://www.heartlandpresbytery.org I would like to change the links in my footer to be the same color as the rest of my links, but this theme doesn't give me the option to change it. Can someone help me with some CSS for this? Thanks. Link to comment
Solution Beyondspace Posted November 5, 2020 Solution Share Posted November 5, 2020 This css #footer a { color: #e0241a !important; border: none !important; } MelScheff 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MelScheff Posted November 8, 2020 Author Share Posted November 8, 2020 On 11/4/2020 at 10:32 PM, bangank36 said: This css #footer a { color: #e0241a !important; border: none !important; } This worked perfectly, thank you! Beyondspace 1 Link to comment
Funjob Posted May 13, 2021 Share Posted May 13, 2021 I'm having this problem with 7.1, I used this to turn all links on my site white: a { text-decoration: none !important; color: white !important; } But my footer BG is white, so I need the links in that to be black... The code in the above post didn't work, any ideas anyone? 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