• Hello.
    Please assist me to change the style (color) of the submit button.
    Thank you in advanced!

    • This topic was modified 6 years, 2 months ago by likocorp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • See Styling Contact Form – there is a link to an article I wrote at the bottom of that page (which is recommended by the CF7 plugin author, though I’m not allowed to link directly to it here), that covers this topic in detail.

    Thread Starter likocorp

    (@likocorp)

    Thank you.
    what is my mistake in syntax?

    I write in the form [submit id:but]

    And in my CSS file I write:
    .but {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    font-size: 16px;
    }

    But nothing happens, it does not work.
    Thank you!

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