Search All In One Carousel for Divi Documentation
Search for answers or browse our knowledge base.
How to change cursor to magnifying glass icon on hover
To change the mouse cursor to a magnifying glass icon when hovering over images in the All-in-One Image Carousel module, add the below CSS code
Steps to apply custom cursor
- Go to your WordPress Dashboard.
- Navigate to Divi → Theme Options → Custom CSS.
- Add the following CSS code:
.aioc_image_carousel_item .aioc_slide_image_wrapper .aioc_slide_image {
cursor: zoom-in;
}
- Save Changes.