Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #705413

    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;
    }

    #705659

    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

    #705661

    thank you so very much!!

    #705769

    Hi!

    Glad we could help :)

    Regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact form submit button border’ is closed to new replies.