This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi,
I am using your banner with mask module on my website, but I would like to remove the linking functionality of it. Right now, when I hover over the image, the mouse cursor changes to a clickable hand, and I would like it to stay as the normal cursor arrow.
Can you tell me how I can change this?
Many thanks!
Hello,
Thanks for the topic.
Please try to add this code in Theme Options > Styling > Custom css:
.banner-type-3 {
pointer-events: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up