This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #61139
     dinarvaleev
    Participant

    Good afternoon . I have two questions :
    1 – How can I change the color fields on the Contact form 7 by default on white.
    2- how you can increase the font size of input user information to a larger .
    Thank you.

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

    Hello,

    You can do that by using this CSS

    COPY CODE
    
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
      color: Red;
    }
    
    input.wpcf7-form-control.wpcf7-text {
      color: green;
    }
    
    textarea.wpcf7-form-control.wpcf7-textarea {
      color: blue;
    }
    
    input.wpcf7-form-control,textarea.wpcf7-form-control.wpcf7-textarea {
    
    font-size:2em;
    }
    

    Just replace the colors and font size as you wish.

    You can add this snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS Area , or you can add it into kleo-child/style.css

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?