... ...

Submit Button Hover Color

For situations that motivates to change the Button Hover Color follow the next instructions:

  • Open the neede Subscribe form
  • Go to CSS/HTML Tab
  • Copy the code below

    #[SHELL_ID] .nbsFieldShell input[type="submit"]:hover,
    #[SHELL_ID] .nbsFieldShell input[type="button"]:hover,
    #[SHELL_ID] .nbsFieldShell button:hover {
    background-color: ##ff9931;
    }

    where the ##ff9931 – hex code of your submit button hover background color

    and insert in the end of CSS editor

  • Save changes you made
Categories
Latest Articles