Search All In One Carousel for Divi Documentation

Search for answers or browse our knowledge base.

All Topics
Print

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

  1. Go to your WordPress Dashboard.
  2. Navigate to Divi → Theme Options → Custom CSS.
  3. Add the following CSS code:
.aioc_image_carousel_item .aioc_slide_image_wrapper .aioc_slide_image {
cursor: zoom-in;
}
  1. Save Changes.
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents