• Resolved edgam85

    (@edgam85)


    Hey

    I’m doing a contact form for the website (link in topic).

    I’ve been able to change font color for name, email, tel and text area fields. However I can’t change it in the enquiry drop down. It uses use-label-element.

    code I have so far is this-

    .wpcf7 input[type = “text”],

    .wpcf7 input[type = “email”],

    .wpcf7 input[type = “tel”],

    .wpcf7 textarea {

    color: #fff;

    }

    How can I change font color for enquiry field? Thanks

    Eddie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • To change the color of the dropdown you have to edit the css of its class, in this case its class is this: wpcf7-select

    .wpcf7-select{color:#fff}
    Thread Starter edgam85

    (@edgam85)

    Hey

    Changed now.

    Thank you very much for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font colour in contact form’ is closed to new replies.