kkf_magi Posted June 4 Posted June 4 Hello! I have a problem when trying to change the color of the Submit button in my contact form. I tried use the following css, but it doesn't work: /* Change the submit button colors */ .form-wrapper input[type=submit]{ background-color: #A1D9DD!important } .form-wrapper input[type=submit]:hover{ background-color: #EDD17D!important } How can I fix this? https://flute-teal-7fwk.squarespace.com/config/pages/website-tools Password: purplebutterfly Thank you!
Solution Lesum Posted June 4 Solution Posted June 4 @kkf_magi Hi! Try adding this code snippet under Website > Pages > Website Tools > Custom CSS. button[type="submit"] { background-color: #A1D9DD !important; } button[type="submit"]:hover { background-color: #EDD17D !important; } kkf_magi 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
kkf_magi Posted June 4 Author Posted June 4 @Lesum Thank you SO much, Lesum! It works perfect! You saved the day 🙂 Lesum 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment