Custom Cursor URL doubled up: http://project.webflow/'https:/uploads

Hi, I’m trying to add a custom cursor to my site but Webflow seems to be doubling up the URL, adding an extra http://.

This code has been added to my home page header:

.narrow-btn.turqioise.w-button { cursor: url(‘https://uploads-ssl.webflow.com/5c7d337b5c22936ce14d8a3a/5c7f97b8f62d27611f7acb91_cake-cursor.png’), default; }

Once published, Chrome is showing the generated URL as:

**http://project.webflow.io/**'https://uploads-ssl.webflow.com/5c7d337b5c22936ce14d8a3a/5c7f97b8f62d27611f7acb91_cake-cursor.png’

Why is that/ how do I fix this?

Thanks!

Hi @gp99 I’m happy to help take a look into this.

Can you please post your read-only link?

Hi - briliant, thanks:

https://preview.webflow.com/preview/bft-project-2?utm_source=bft-project-2&preview=ee089f95faa93847bb0f7a8c94ef117f

The button is the first ‘Book Now’ under ‘Food Tours’.

CloudApp

you have the wrong single quote mark here

Amazing thank you - all working (the first was wrong too). That’ll teach me to copy code from the web.