I want to update my contact form only for this page
Hi!
Even though that would be possible, it would require heavy customization which is out of the scope of our support. Please hire a freelance developer.
Regards,
Yigit
hi
Ok Thats fine but just look at the link
can I have small grey line instead of this white rectangle
that will be ok for me
and I want submit button to changed.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
border: none;
border-bottom: 1px solid white;
}
.main_color input[type='submit'] {
border: none!important;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
}
Regards,
Yigit
Hii
Thanks bro it was good.
Just bottom borders width needed to be reduced a bit
I mean the line coming under every field which u named as bottom border
Hey!
There is a
http://www.w3schools.com/cssref/pr_border-width.asp
border width option you can use, to maximize your needs
Regards,
Basilis