Plugin Author
pipdig
(@pipdig)
Hi @grdarryl,
This is something that would be controlled by your theme. If you can send me a link to the page, I will be able to send you some CSS to add to style the button 🙂
Hi @pipdig
Thanks! Please could you take a look at http://globaltqm.wpengine.com (bottom of page) – it would be great to have the submit button match the other green (#2BA824) buttons on the page 🙂
Plugin Author
pipdig
(@pipdig)
Sure! If you add the following CSS it will replicate your theme’s button styling 🙂
#zrf_submit {
border-width: 6px !important;
border-radius: 6px;
font-size: 16px;
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
background: #2BA824;
color: #fff;
text-transform: uppercase;
}
.zrf-form input, .zrf-form textarea, .zrf-form select {
border-radius: 2px;
}
@pipdig Thanks – all good now!