curcor change

7 Jahre 5 Monate her #785 von Paulius
curcor change wurde erstellt von 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,

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

7 Jahre 5 Monate her #786 von forumsupport
forumsupport antwortete auf 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

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Powered by Kunena Forum