• I have a problem with my contact form, and tried all-sorts to correct it. My theme is black and my contact form keeps typing in white so no one can see what they are typing. Here is the link https://www.shambhalafundacion.org/contact/

    I’ve followed instructions to try and change the font or background colour but it doesn’t appear to work ??

    Anyone have any suggestions as to how I can do this?

Viewing 10 replies - 1 through 10 (of 10 total)
  • jack randall

    (@theotherlebowski)

    try

    textarea.wpcf7-form-control.wpcf7-textarea
    {
    color: #000;
    }

    and see if that changes things.

    Thread Starter joannecalf

    (@joannecalf)

    thanks, but where do i put that code, as I′ve seen it before and tried it but does nothing? Its contact form 7

    Thread Starter joannecalf

    (@joannecalf)

    i′ve put that code in the additional sections of the contact form settings, but unfortunately, it changes nothing

    jack randall

    (@theotherlebowski)

    it’s css so you need to put it into the theme’s style.css file.

    make sure that you’re using a child theme before you make major style changes to your site.

    Thread Starter joannecalf

    (@joannecalf)

    I′m stumped really, any contact form i try does the same thing ??

    jack randall

    (@theotherlebowski)

    did you try putting that code into the style.css file?

    Thread Starter joannecalf

    (@joannecalf)

    I know its css and I bought the theme, and I′m in the edit plugin section, but I don′t know where abouts to put the code, I try but it doesn′t work, for any contact form…

    Thread Starter joannecalf

    (@joannecalf)

    I′ve managed to change the font colour in the your message area.. yeyey… but not in other fields tha are text, I tried to do what it says about and change the word textarea for just text, but it doesnt work… any suggestion? all help I get is very valued x

    Thread Starter joannecalf

    (@joannecalf)

    I found this code and it worked… finally ??

    .wpcf7 input[type=”text”],
    .wpcf7 input[type=”email”],
    .wpcf7 textarea
    {
    background-color: #fff;
    color: #000;
    width: 50%;
    }

    Yeyyy Happy Friday!!!

    Thread Starter joannecalf

    (@joannecalf)

    button colour was this code

    .wpcf7-form input[type=”submit”] { color:#000; }
    .summary .price del span{
    color: #fff;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Contact form typing in white’ is closed to new replies.