Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #424575

    How do I change the default color of the submit button on the form?

    #424640

    Hi mleite1!

    Please go to Enfold theme options > General Styling tab > Main Color and edit “Primary color”.
    If you would like to change its color independently, please add following code to Quick CSS

    .main_color input[type='submit'] {
      background-color: orange;
      color: red;
      border-color: blue;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.