Viewing 1 replies (of 1 total)
  • @bridt17 you can change colors through custom CSS. If you aren’t sure how to enter custom CSS, you can do it through Appearance > Customize and adding custom CSS (last option normally). Typically you can target the submit button through the following (this will depend on what settings your theme uses)

    input[type=submit] {
    background: #444;
    }

Viewing 1 replies (of 1 total)

The topic ‘Colour send button’ is closed to new replies.