I used a code element to create a button that opens a modal Ninja form. The button’s border turns into cursor into the “hand” that lets the user know the area is a link. However, the interior of the button does not cause the cursor to turn into a hand. Can this be fixed?
Hi 1039 Online,
Please try the following in Quick CSS under Enfold–>General Styling:
.nf-modal-link .avia-button:hover {
cursor:pointer;
}
Regards,
Rikard
Worked fantastically. Thanks, Rikard.