Hi,
Here is my website http://suolocksmithmarkham.com/emergency-locksmith-services/
I want to change the BLACK background to WHITE color with black border of Contact Form in side bar.
The contact form I used is plug-in: Contact Form 7. I use Contact form 7 instead the one come with enfold, because Enfold one can’t upload files.
Please help.
Thanks
Hi peiiep,
Please try the following in Quick CSS under Enfold–>General Styling:
.sidebar input[type='text'] {
background-color: white !important;
color: black !important;
}
Regards,
Rikard
Thanks Rikard.
That code change the first 2 row, and then I copy and change to [type=’email’], it changes the “email” bar too. But it didn’t work on the “message”. Here is how it looks like now http://suolocksmithmarkham.com/commercial-locksmith/
Here are my coding:
.sidebar input[type=’text’] {
background-color: white !important;
color: black !important;
}
.sidebar input[type=’email’] {
background-color: white !important;
color: black !important;
}
.sidebar input[type=’textarea’] {
background-color: white !important;
color: black !important;
}
please help
Hi,
Not sure what’s going on but this is what I get on my end, is it supposed to be there or in the sidebar? http://imgur.com/qHZDXqF
Best regards,
Rikard
That’s so weird.
Here is how it looks like on mine computer. I tried different browser and different computers and cellphone, they all look like this:
Is there any other code I can try? Because I also have this contact form on my contact page: http://suolocksmithmarkham.com/contact-2/
I want it be same white background.
Thanks
Hi!
I get this result:
which looks totally fine to me. Please clear browser cache and hard refresh a few times.
Best regards,
Andy
I figured out.
Thanks for your time