Tagged: CONTACT FORM
Hi there! I’ve searched the forum, all the tutorials, support sites and tried myself but I can’t find the answer so now I have to ask you guys :)
Is there any way to remove the border surrounding the contact form elements and to just have a singel bottom border/line below each element?
Like this: http://www.helloblah.com/contact
Thanks for a great theme and great service as well guys!
/Kris
Hey Kris,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
border-left: none;
border-right: none;
border-top: none;
}
Best regards,
Yigit
Worked like a charm Yigit! Thanks! Great support as always :)
Hi,
I’m glad you were able to get this fixed. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon