Hello!
I’m looking for a solution to make my contact forms transparent in Enfold. I have tried to search the forums but the codes i’m finding is not working with Enfold. Thanks for any help in advance.
Hey jockejansson!
Can you post the link to your page where you have a contact form so we can take a look?
Cheers!
Yigit
Hello Yigit!
Of course, this is the page where i would like to have the fields transparent
http://blackant-energy.com/contact/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#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-color: white;
background-color: transparent;
color: white;
}
Best regards,
Yigit
Thank you Yigit! it worked perfectly!
Is there any way to set the amount of transparancy as well?