• I can not stylize acceptance checkbox at my footer with additional css. The acceptance checkbox is shown as a continuous line.

    Additional CSS:

    .wpcf7 {
    border: 2px solid #ffffff;
    }

    .wpcf7-form {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 5px;
    }

    .wpcf7 input {
    width: 100%;
    }

    .wpcf7-submit {
    background: #336699;
    color: #ffffff;
    border-radius: 10px;
    border: #ffffff;
    }

    .wpcf7-list-item *{
    color: white;
    }
    .wpcf7-list-item-label {
    }

    Contact Form 7:

    <label>[email* your-email placeholder “email”] </label>
    <label>
    [acceptance acceptance-399] Please Accept terms first
    to continue
    μας.[/acceptance] </label>
    [submit “Register”]

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Acceptance style and color css’ is closed to new replies.