• Resolved stuartgarvey

    (@stuartgarvey)


    Good morning,
    I created a landing page starting from a predefined template, I added a new “HTML editor” using the “new widget” option by connecting the shotcode of the form created with “contact form 7” and so far so good.
    The problem is that I can’t change the appearance / css of the form, if I change the “widget custom css” field in “advanced options”, for example with this value:

    .wpcf7 input [type = “text”],
    .wpcf7 input [type = “email”],
    .wpcf7 input [type = “tel”],
    textarea {
    font-size: 16px;
    background-color: # f5f5f5;
    border: none;
    width: 95%;
    padding: 2%;
    }

    the css of the form does not change ….
    How is it possible to customize the appearance of the form?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘problem with contact form 7 css’ is closed to new replies.