Reply 223124 to: Change color background text block on hover

Avatar: Rose Tyler
Rose Tyler
Support staff
October 12, 2019 at 12:18

Hello,

You can add a custom class and code in Custom CSS for the page.
For example –
<span style="font-size: 30px;line-height: 1.8;font-weight: 500;color: #ffffff;font-family: nikotinusDEMO;background-color: #3d635a;padding: 3px 2vw;border-color: #000000;" class="custom-hover-by-color">Nu bekijken</span>
where custom-hover-bg-color is your custom class, then the CSS code will be –

.custom-hover-bg-color:hover {
    background-color: red !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.