Reply 218910 to: Custom heading as button – change hover color background & text

Avatar: Rose Tyler
Rose Tyler
Support staff
August 11, 2019 at 14:35

Hello,

In this case, you need to use custom CSS code.
Add a custom class for the Custom heading element, and code like this:

.my-custom-button a {
    padding: 8px 42px 3px;
}
.my-custom-button:hover {
    background-color: #3d635a !important;
    color: black !important;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.