Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    can you send your page link where the button exist ?

    thanks

    This worked for me. You can replace these values with your own.

    }
    .wpcf7 input[type=submit] {
    background-color: #996633;
    border: 2px solid #996633;
    color: white;
    font-style: italic;
    font-weight: bold;
    padding: 16px 32px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    }
    .wpcf7 input[type=submit]:hover {
    background-color: white;
    color: #996633;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Styling the button’ is closed to new replies.