1. Can you provide me with some quick css to remove the border lines around the fields in the contact forms.
2. Quick css to change the background color in the contact field to make it darker.
Thanks!
Hi djshortkut!
Please add following code to Quick CSS
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
border: none!important;
background-color: #e2e2e2!important;
}
Cheers!
Yigit
Thanks Yigit! You can close this thread.