curcor change

7 years 6 months ago #785 by Paulius
curcor change was created by Paulius
Good day, how to change cursor that all cursors on images were not pointer and only links and etc. were pointer.
Or if this is not possible how to change cursor on all module?
Regards,

Please Log in or Create an account to join the conversation.

7 years 6 months ago #786 by forumsupport
Replied by forumsupport on topic curcor change
Hello Paulius,

to change the mouse cursor for the thumbnail images in the gallery module, add the following CSS code to a CSS file that gets loaded in your template:
(this example will change the mouse cursor to a crosshair when hovering a thumbnail image in our gallery module)

.extro-thumbnails a.emgallery img { cursor: crosshair; }

Changing the mouse cursor can be done for any HTML element, not only images.
For more information about the CSS cursor property, please see here

Regards

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum