Contact form 7 boxes border color not changing

  • Unknown's avatar

    My theme background colour is white and contact form 7 boxes borders was also white so I changed the boxes border to black by adding additional css code (copied from google, idk CSS ) which is

    input[type=’text’],
    input[type=’email’],
    input[type=’tel’],

    textarea {
    border-color: #000000;
    }

    But I am not able to change colors of boxes border of ‘upload a file’ and ‘drop-down menu’

    My contact form 7 coding is this

    Your Name (required)
    [text* your-name]

    Your Email (required)
    [email* your-email]

    Your Phone (required)
    [tel* tel-40]

    Your Message or Project Details
    [textarea textarea-112]

    Upload a File (optional)
    [file file-609]

    How would you like to be contact
    [select menu-245 ‘Phone’ ‘Email’]

    [submit ‘Send’]

    I don’t know how ‘textarea-112′ box border changed to black
    I wrote only code of top 3 items i.e text, email, and tel

    I tried these code
    input[type=’file’],
    input[type=’textarea’],
    textarea {
    border-color: #000000;

    But they are not working. Please Help

  • Hi –

    What is the site URL?

    I don’t think it’s using our managed hosting environment from WordPress.com.

    Sounds like you’re set up on the open source WordPress.org software. Help with that comes from https://wordpress.org/support/forums/

  • The topic ‘Contact form 7 boxes border color not changing’ is closed to new replies.