Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1470659

    Hi Support
    In advance styling I have added 50px (border radius) to the styling of buttons, but there is no change in the style of the button in the contact form.
    Is it correct to adjust the radius here? or is a css-code needed?

    In case if there is a need for a css-change, will you be able to provide this?

    Font color: #ffffff
    Back ground color: #55726f
    Back ground hover: #55726f
    Thanks
    Best regards
    Lene

    #1470666

    The rulesets concerning to contact form are:

    .avia_ajax_form .button {
      border-radius: 15px;
      color: #fff;
    }
    .main_color input[type="submit"]{
      background-color: #55726f;
    }
    .main_color input[type="submit"]:hover{
      background-color: #37a196;
    }
    

    if you realy like to have no color – change on hover – change to your needs

    #1470752

    Hi Guenni007
    Many thanks for your input.
    I have inserted the code and it works fine.
    I just noticed that button size should be X large.

    Please could you provide an update code with the button size included.

    Many thanks
    Best regards
    Lene

    #1470773

    you can do that via font-size and either padding or min-width:

    .avia_ajax_form .button {
      padding: 16px 50px;
      font-size: 1.4em;
      min-width: 200px;
    }
    #1470802

    Hi,

    Thank you for the update.

    We would like to apply the css modification, but the login details provided seem to be invalid. Please verify the info or provide another admin account.

    Best regards,
    Ismael

    #1470829
    This reply has been marked as private.
    #1470870

    Hi,

    Thank you for the update.

    We edited the code in the Quick CSS field:

    .avia_ajax_form .button {
        padding: 21px 50px;
        font-size: 15px;
        min-width: 200px;
        letter-spacing: 0.05em;
        font-weight: 700;
    }

    Best regards,
    Ismael

    #1470895
    This reply has been marked as private.
    #1471048

    Hi,

    We adjusted the font of the submit button and the padding as requested.

    .avia_ajax_form .button {
        padding: 21px 50px;
        font-size: 15px;
        min-width: 200px;
        letter-spacing: 0.05em;
        font-weight: 400;
        font-family: 'open sans', Helvetica, Arial, sans-serif;
        padding-bottom: 23px;
        padding-top: 25px;
    }
    

    Best regards,
    Ismael

    #1471064
    This reply has been marked as private.
    #1471129

    Hi,

    Great! Glad to know that everything is in order. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Contact for: Styling submit bottom’ is closed to new replies.