Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1695684
Form Contact 7
Closed

Comments

  • cinelion started the conversation

    1) Is it possible to change the color code of the font of the contact form information?

    2) I changed some things code in the form, some worked and some did not, such as changing the color of the "submit" button. In the attached images they show my code and the final contact form.

    however the button remains blue, what am I doing wrong?

  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • cinelion replied

    Hello! Sorry, but I'd like to understand, I'm a somewhat advanced user. Could you try explaining me around here? Following is an attached image, a sentence appears in the "do not use adjoining classes" question mark.

    Another point is if it is possible to change the color of the information (name, email) in contact form 7, and what is the code?

  •  432
    Sergio replied

    Hi,

    try to use the following css:

    .wpcf7-form{
         color: #fff !important;
    }
    .wpcf7-form input,
    .wpcf7-form textarea {
        color: #fff !important;
    }
    .wpcf7-form input[type='submit'] {
        background-color: #000 !important;
    }
    .wpcf7-form input[type='submit']:hover {
        background-color: #fff !important;
    }


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • cinelion replied

    Thank you very much, Sergio. You are very good.

  •  432
    Sergio replied

    HI, 

    Feel free to contact us if you need help. 

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.