Change Color on Form Submit Button

Need help? Please give a detailed explanation of your problem.
Post Reply
Dsnyder3438
Posts: 39
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

Change Color on Form Submit Button

Post by Dsnyder3438 »

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
User avatar
Dave
Support Team
Support Team
Posts: 1221
Joined: Wed May 11, 2011 10:30 am
Website: www.allprowebtools.com
Contact:

Re: Change Color on Form Submit Button

Post by Dave »

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.
Dsnyder3438
Posts: 39
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

Re: Change Color on Form Submit Button

Post by Dsnyder3438 »

Thanks Dave!! You are the best!
Post Reply