Tagged: CONTACT FORM, design, layout
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,
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
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
Hey!
Please add following code to Quick CSS as well
input.button {
border-radius: 0!important;
}
Regards,
Yigit
Perfect! Issue resolved!
Many thanks you guys
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