New Landing How can we help? Themeforest Theme Support Clique Text field color change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Clique
  • #81448
    irisbrandworks
    Member
    Post count: 13

    Hi,

    I’m using contact form 7 and was wondering how to change:
    1) the text field color (background color of the box behind the text)
    2) color of the input text in the text field

    Regards
    Sunal

    #81482
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The background uses an image, therefore to change it you would have to upload your own image.

    To change the text color add this to your custom css and change the hex value:

    span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
      color: #FFFFFF;
    }

    – Kyle

    #81495
    irisbrandworks
    Member
    Post count: 13

    Hi,

    Thanks. How do I change or remove the image?

    Regards
    Sunal

    #81500
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add the background property in the above css:

    span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
      color: #FFFFFF;
      background: url(yourimage} repeat;
    }

    Then upload your image to your child theme folder

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register