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