Okay
  Public Ticket #3443016
Contact form 7
Closed

Comments

  • laura_br started the conversation

    Hi, 

    I cannot change the color of the contact form label, where each input data is added. 

    See at the end of the home page please.   https://idosiertranslations.com/

    I want to get the labels in white color, not blue.

    I looked for the ccs style and I coud not find it.

    In addition, I want t change the button color as well, and I have the same issue as the one I mentioned above.

    Thanks!

    Laura

  •  279
    Noah replied

    Hi Laura,

    The site seems to be under construction and we cannot load any of the pages.

    Could you maybe give us access we see if we can remedy this with some custom CSS to change the label  and button colors.

    Thanks.

  • laura_br replied

    Sorry, I forgot to disable the under construction mode. I've already done it, so you are able to access now.

    Thanks!


  •  279
    Noah replied

    Hi Laura,

    Try the following CSS:

    form.wpcf7-form p label span.wpcf7-form-control-wrap input,
    form.wpcf7-form p label span.wpcf7-form-control-wrap textarea.wpcf7-form-control{
        background-color:white !important;
        color:black !important;
    }
    /** button colors***/
    form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
        background-color:red !important;
        color:black !important;
    }
    

    add it to salient \ general settings - css script related - custom css code. Adjust it to what you need.

    Cheers.