Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created October 15, 2019 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reachkamrul/93da53d34b97859c3367773eb1fa3aba to your computer and use it in GitHub Desktop.
Save reachkamrul/93da53d34b97859c3367773eb1fa3aba to your computer and use it in GitHub Desktop.
/*Change Step button styles*/
form.fluent_form_149 .step-nav button{
background-color: #000000; /* change step button background color */
color: #ffffff; /*change step button font color*/
border-radius: 10px; /*change step button round corners*/
}
/*Change Step button styles on hover*/
form.fluent_form_149 .step-nav button:hover{
background-color: #ff0606; /*change step button background color on hover*/
color: #000000; /*change step button font color on hover*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment