Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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 7 years, 3 months ago by itransact.
    #843073

    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

    #843076

    Hey,
    here’s the link:

    http://lp.dfwest.pl

    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 7 years, 3 months ago by itransact.
    #843103

    Hi,

    The link provided did not work for me. Can you please check it again?

    Best regards,
    Jordan Shannon

    #843132

    Hi,
    sorry, i have putted DNS back – please try now.

    Regards,
    Kamil

    #843141

    Hi,

    Add the following to quick css:

    .text_input.is_empty, .text_input.is_email{
    border-radius:10px!important;
    }

    Best regards,
    Jordan Shannon

    #843145

    Works perfect!
    Thanks!

    Regards,
    Kamil

    #843149

    One more little thing if is not a problem,
    is possible to make the 50% opacity white background on the fields?

    #843171

    Hi,

    Add the following:
    .text_input.is_empty, .text_input.is_email{
    background-color: rgba(255,255,255, .5)!important;
    }
    Best regards,
    Jordan Shannon

    #843176

    Great!

    Thank you so much!

    Regards,
    Kamil

    #843185

    Hi,

    No problem. If you need further help, please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Rounded fields and buttons in Contact Form’ is closed to new replies.