Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1203252

    hello together
    one question

    Is it possible to use the button
    “Senden”
    make a border like the other fields
    in the contact form

    thanks and best regards
    Franz

    #1203395

    Hey schweg33,

    Add this to quick css:

    .avia_ajax_form .button{
    border:1px solid #0F4477!important;
    }

    Best regards,
    Jordan Shannon

    #1203472

    hello jordan
    fits perfectly

    one more question
    i have made my own class for a button (Private Content)
    how can I install there that he changes the background color at mouse over

    thanks and
    kind regards
    Franz

    #1203749

    Hi,

    You need to add a hover state. So it would be something like this:

    .mailbutton:hover {
    YOUR CSS HERE
    }

    Best regards,
    Jordan Shannon

    #1203763

    Thank you very much
    Jordan

    now it works perfectly
    you can close this request

    kind regards
    Franz

    #1203770

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘border "Senden"’ is closed to new replies.