Mouse Pointer Custom Vector

How can I turn My mouse pointer in to a custom Vector image ? So when I pull up the site it changes.

Hi @rotation,

Thank you for reaching out to us. You can do this with custom CSS. Try adding the following code in the Theme Options > CSS:

body {
  cursor: url('path-to-image'), auto;	
}

Make sure to change the path-to-image with actual image URL. To learn more about cursors please see https://css-tricks.com/using-css-cursors#article-header-id-1 and https://css-tricks.com/almanac/properties/c/cursor/

Hope this helps!

I tried that code not working and I tried another from the link still not working. any other idea’s?

Hi @rotation,

Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.