Tagged: button border, submit button
Hi, I’m trying to get a 1px thin border around my submit button – to match the other boxes on this page http://larysasendich.com/contact/
this is the code i am using, but it takes the border away. can you provide a code fix for this? thank you!!
.avia_ajax_form input.button {
border: 1px !important;
}
.avia_ajax_form input.button:hover {
border: 1px !important;
}
Hey lmanney,
Try to use this code:
#top .av-custom-form-color .button {
border: 1px solid #fff !important;
border-radius: 2px !important;
}
Hope this helps :)
Best regards,
Nikko
thank you so very much!!
Hi!
Glad we could help :)
Regards,
Nikko