-
AuthorPosts
-
August 23, 2017 at 1:03 pm #843004
Hi,
i would like to know how to make fields and buttons of contact form rounded.
Could you help me please?Thanks
Kamil-
This topic was modified 8 years, 2 months ago by
itransact.
August 23, 2017 at 3:33 pm #843073Hey 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,
VictoriaAugust 23, 2017 at 3:34 pm #843076Hey,
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
-
This reply was modified 8 years, 2 months ago by
itransact.
August 23, 2017 at 3:53 pm #843103Hi,
The link provided did not work for me. Can you please check it again?
Best regards,
Jordan ShannonAugust 23, 2017 at 4:17 pm #843132August 23, 2017 at 4:24 pm #843141Hi,
Add the following to quick css:
.text_input.is_empty, .text_input.is_email{ border-radius:10px!important; }Best regards,
Jordan ShannonAugust 23, 2017 at 4:26 pm #843145Works perfect!
Thanks!Regards,
KamilAugust 23, 2017 at 4:30 pm #843149One more little thing if is not a problem,
is possible to make the 50% opacity white background on the fields?August 23, 2017 at 4:47 pm #843171Hi,
Add the following:
.text_input.is_empty, .text_input.is_email{
background-color: rgba(255,255,255, .5)!important;
}
Best regards,
Jordan ShannonAugust 23, 2017 at 4:53 pm #843176Great!
Thank you so much!
Regards,
KamilAugust 23, 2017 at 5:03 pm #843185Hi,
No problem. If you need further help, please let us know here in the forums!
Best regards,
Jordan Shannon -
This topic was modified 8 years, 2 months ago by
-
AuthorPosts
- The topic ‘Rounded fields and buttons in Contact Form’ is closed to new replies.
