HOVER BUTTON EFFECT

use this CSS in the custom.css file

.btn-primary:hover {
  background: red !important;
}

Last updated