Home › Forums › Quform WordPress › Change Submit Button Color
- This topic has 5 replies, 3 voices, and was last updated 12 years ago by
adk2012.
- AuthorPosts
- May 31, 2013 at 4:59 pm #4612
adk2012
ParticipantCould 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!
Attachments:
You must be logged in to view attached files.June 1, 2013 at 12:10 am #4617josef777
ParticipantJune 1, 2013 at 12:26 am #4618adk2012
ParticipantYeah 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.
June 2, 2013 at 5:14 pm #4643Allan
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 2, 2013 at 6:52 pm #4646adk2012
ParticipantOne last thing can I get the css code for changing the submit buttons text to white with no drop shadow?
June 2, 2013 at 7:03 pm #4647adk2012
ParticipantAllan 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; - AuthorPosts
- You must be logged in to reply to this topic.