Currently, the color of the Submit buttons on the forms is blue. I'd like it to match our brand colors. Would it be possible to change it to Hex #988377?
Thanks
Change Color on Form Submit Button
-
- Joined: Mon Feb 12, 2018 12:36 pm
- Website: www.wecorlando.com
-
- Support Team
- Website: www.allprowebtools.com
- Contact:
Re: Change Color on Form Submit Button
All of your leadbox submit button have been changed in color by adding this code to the bottom of your stylesheet:
.leadbox-submit {
background-color: #988377;
border-color: #988377;
color: #ffffff;
}
The stylesheet is accessed from the main menu: "Settings" -> "Administrator" then click on "Stylesheet" from the list. - Support Team
-
- Website: www.wecorlando.com
Re: Change Color on Form Submit Button
Thanks Dave!! You are the best!