Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #919842

    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!!

    #919873

    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

    #919959

    Hmm, that didn’t seem to work – any other suggestions? Thank you!

    #919974

    Actually, I just noticed that it made them transparent, but the white borders around the boxes aren’t showing.

    #919979

    Hi,

    The borders should be working. I just double checked the code. Please clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #920012

    I tried flushing the cash a few times – still not showing up for me.

    #920016

    Hi,

    Have you attempted in a different browser?

    Best regards,
    Jordan Shannon

    #920026

    It works – thank you!

    #920028

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact form text box colors’ is closed to new replies.