/* Change button hover color to red */
button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
    background-color: red !important;
    color: #fff !important; /* Makes text white for contrast */
}

Scroll to Top