Hi,
i would like to know how to make fields and buttons of contact form rounded.
Could you help me please?
Thanks
Kamil
Hey Kamil,
Could you please give us a link to your website, we need more context to be able to help you.
It could be something like
.main_color #submit, .main_color input[type='submit'] {
border-radius: 10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey,
here’s the link:
i need to make the fields of contact form to be rounded not square like now.
###
thanks for the css code, it works for the button, but the fields are still square
Hi,
The link provided did not work for me. Can you please check it again?
Best regards,
Jordan Shannon
Hi,
Add the following to quick css:
.text_input.is_empty, .text_input.is_email{
border-radius:10px!important;
}
Best regards,
Jordan Shannon
Works perfect!
Thanks!
Regards,
Kamil
One more little thing if is not a problem,
is possible to make the 50% opacity white background on the fields?
Hi,
Add the following:
.text_input.is_empty, .text_input.is_email{
background-color: rgba(255,255,255, .5)!important;
}
Best regards,
Jordan Shannon
Great!
Thank you so much!
Regards,
Kamil
Hi,
No problem. If you need further help, please let us know here in the forums!
Best regards,
Jordan Shannon