Is there a way I can switch the text boxes (name/email/phone/etc) on my contact form (located top left of homepage) from black to transparent with white borders?
Thank you!!
Hey mframe,
The site looks awesome my friend. Add the following to quick css so handle those forms:
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
border-color: #fff!important;
background-color: rgba(0,0,0,.1)!important;
}
Best regards,
Jordan Shannon
Hmm, that didn’t seem to work – any other suggestions? Thank you!
Actually, I just noticed that it made them transparent, but the white borders around the boxes aren’t showing.
Hi,
The borders should be working. I just double checked the code. Please clear the cache a few times over.
Best regards,
Jordan Shannon
I tried flushing the cash a few times – still not showing up for me.
Hi,
Have you attempted in a different browser?
Best regards,
Jordan Shannon
It works – thank you!
Hi,
No problem at all, I’m glad to help. If you need anything else please let us know here in the forums.
Best regards,
Jordan Shannon