Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #641203

    destynova
    Participant

    Hello, i’ve tried a search on the forum and tried many custom css and also support on contact form 7 official forum on wp.org, but i can’t figuring out how to change the color of the indications like “name, your address etc.” in white.
    And also the “message sent” text

    the link is http://www.fotomatrimonio.verona.it/servizi-fotografici-matrimonio-verona/

    can you help me?
    thanks in advance.

    #641219

    Thai
    Moderator

    Hi There,

    Try adding following CSS under Customize > Custom > CSS:

    .form-group label,
    .cscfMessageSent h3,
    .cscfMessageSent {
        color: #fff;
    }

    Hope it helps.

    #641237

    destynova
    Participant

    Smooth as silk!
    thank you very much!

    #641266

    Paul R
    Moderator

    You’re welcome! 🙂