Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created October 15, 2019 09:25
Show Gist options
  • Save reachkamrul/ea81a109611bc3edd660a616f2fbd990 to your computer and use it in GitHub Desktop.
Save reachkamrul/ea81a109611bc3edd660a616f2fbd990 to your computer and use it in GitHub Desktop.
/* Change button style*/
form.fluent_form_149 .ff-btn-submit {
background-color: #000000; /* change button background color */
color: #ffffff; /*change button font color*/
border-radius: 10px; /*change button round corners*/
}
/*Change button hover style*/
form.fluent_form_149 .ff-btn-submit:hover {
background-color: #ff0606; /*change button background color on hover*/
color: #000000; /*change button font color on hover*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment