Viewing 3 posts - 1 through 3 (of 3 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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.