Home › Forums › Quform WordPress › Change Submit Button Color
Could you send me the css codes & where to put them to change the submit button color?
I’d like to to be this color #9e1316 (background) and black text.
Thanks!
Styling the Submit Button
Yeah I saw that post but I don’s want to change the image. I just want to change the color of the existing submit button.
This is not complete I had instructions to add css to the inside em and inside span. But I lost them.
It’s a simple css code placed in those spots.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
One last thing can I get the css code for changing the submit buttons text to white with no drop shadow?
Allan I think I’ve got it. Here’s what I did.
o to Settings – Style – Global styling – Add a style – Add
Submit button inside span and Submit button inside em.
In Submit button inside span add:
background: #9e1316; border: 1px solid #9e1316;
And in Submit button inside em add:
background: #9e1316; border: 1px solid #9e1316; color: #fff; font-size: 15px;