• I updated the version of CF7 and various plugins and CF7 is not taking the extra CSS code.

    Here is the form: https://drmiraverinoplastia.com.ar/#turnos

    Here de CSS code.

    /*FORMULARIO*/
    div.wpcf7 .ajax-loader {
        position: absolute;
        left: 0;
    }
    .wpcf7-submit:hover {
        padding: 0.3em 1em !important;
    }
    .wpcf7-acceptance span {
        margin-bottom: 1em;
    }
    div.wpcf7-validation-errors {
        display: none !important;
    }
    div.wpcf7-mail-sent-ok,
    div.wpcf7-spam-blocked {
        clear: both;
        border: none;
    }
    .wpcf7 input:focus::-webkit-input-placeholder,
    .wpcf7 textarea:focus::-webkit-input-placeholder {
        opacity: 0 !important;
    }
    .wpcf7 input:focus:-moz-placeholder,
    .wpcf7 textarea:focus:-moz-placeholder {
        opacity: 0 !important;
    }
    .wpcf7 input:focus::-moz-placeholder,
    .wpcf7 textarea:focus::-moz-placeholder {
        opacity: 0 !important;
    }
    .wpcf7 input:focus:-ms-input-placeholder,
    .wpcf7 textarea:focus:-ms-input-placeholder {
        opacity: 0 !important;
    }
    @media only screen and (max-width: 520px) {
        .wpcf7 .et_contact_bottom_container {
            margin: 5px auto;
        }
    }
    • This topic was modified 1 year, 11 months ago by buttices.

    The page I need help with: [log in to see the link]

  • The topic ‘additional CSS code dosn′t work.’ is closed to new replies.