Change Color on Form Submit Button

Need help? Please give a detailed explanation of your problem.
Post Reply
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

Change Color on Form Submit Button

  • Quote

Post

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
Support Team
Support Team
Website: www.allprowebtools.com
Contact:

Re: Change Color on Form Submit Button

  • Quote

Post

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.
Website: www.wecorlando.com

Re: Change Color on Form Submit Button

  • Quote

Post

Thanks Dave!! You are the best!
Post Reply