This topic has 6 replies, 2 voices, and was last updated 9 years by steffler.

  • Author
  • #83318
     steffler
    Participant

    How can i change this color?

    Attachments:
    You must be logged in to view attached files.
    #83333
     Radu
    Moderator

    Hi,

    Please provide the page url where the form appears then i will give you a CSS fix for this.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #83335
     steffler
    Participant
    This reply has been set as private.
    #83342
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
        color:#555 !important;
    }
    

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #83344
     steffler
    Participant

    Thanks so much!! It works!

    Only the textarea (in my example “Rückrufgrund”) isn’t in the darker color. How can i fix it?

    COPY CODE
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"],.wpcf7 input[type="textarea"] {
        color:#555 !important;
    }

    This does not work for the text area field.

    #83346
     Radu
    Moderator

    You’re welcome

    For the text area add this beside the rest of code

    COPY CODE
    .wpcf7 textarea { color: #111 !important;} 

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #83358
     steffler
    Participant

    you’re awesome!! thanks!!

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?