This topic has 4 replies, 3 voices, and was last updated 2 hours, 14 minutes ago ago by Luca Rossi
How to prevent images(which has no url to link) in a carousel slider or a banner with a mask element from being clickable? When hovering, the mouse pointer changes to a clickable state. How to remove it . I have remove only the mouse pointer from turning into the hand icon on hover but keep the hover effects, as it is .https://anandk60.sg-host.com/
Hello, @Merin,
Thank you for contacting us and for using XStore.
We are pleased to inform you that your issue has been successfully resolved. We kindly request you to check your website after clearing your browser cache to ensure the changes are reflected.
To address the issue, we have added custom CSS code under the following path:
**XStore > Theme Options > Theme Custom CSS > Global CSS**
For your reference, please find the attached image illustrating the changes made.
We hope this resolves your concern. Should you have any further questions or require additional assistance, please do not hesitate to reach out to us.
Best regards,
The 8Theme Team
How to prevent images(which has no url to link) in a carousel slider element from being clickable? When hovering, the mouse pointer changes to a clickable state. How to remove it . I have remove only the mouse pointer from turning into the hand icon on hover but keep the hover effects, as it is .https://anandk60.sg-host.com/
Hi @Merin,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body .mpc-carousel-slider .mpc-item {
cursor: default;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up