custom-cursor-wrapper in Webflow Designer.custom-cursor-wrapper class to the Body element for site-wide usage.To use a custom cursor site-wide in Webflow, you can achieve this without needing extensive knowledge of custom code by following these steps:
custom-cursor-wrapper.
```css
.custom-cursor-wrapper {
cursor: url('https://cdn.prod.website-files.com/your-site-id/path-to-cursor-image.png'), auto;
}
```
'https://cdn.prod.website-files.com/your-site-id/path-to-cursor-image.png' with the actual URL of your cursor image.
custom-cursor-wrapper class to the Body element.
By creating a CSS class and applying it to the Body element, you can successfully use a custom cursor across your Webflow site without coding expertise. Ensure the cursor image's URL is correct and site-wide settings are updated properly.