Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #455830

    Dear Enfold Team,

    first of all, your did an amazing job on the theme!!! First theme that works 100% and let’s you do what you want without coding experience. This makes life a lot easier!

    So, I was wondering what I need to change in order for the contact form (transparent light setting) to have rectangular and not rounded corners. An answer would be great!

    BR,

    #455922

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia_ajax_form input[type='text'], #top .avia_ajax_form input[type='email'], #top .avia_ajax_form select, #top .avia_ajax_form textarea {
        border-radius: 0 !important;
    }

    Cheers! 
    Josue

    #456087

    Thank you very much Josue,

    worked on the “name” and “e-mailaddress” fields, but not on the “send” button.

    What is necessary for the send button to also have rectangular corners?

    BG

    #456104

    Hey!

    Please add following code to Quick CSS as well

    input.button {
      border-radius: 0!important;
    }

    Regards,
    Yigit

    #456120

    Perfect! Issue resolved!

    Many thanks you guys

    #456123

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘contact form, rectangular corners’ is closed to new replies.