Wrong URL Address

Hello all! I am trying to get an image from the hosted site and use it as a custom image hover. I found a problem while inspecting the web page. It seems like my URL redirect went haywire. Any way I can solve this issue? Thank you!

e6e4c0536f6a94e5faadf8e8fc6d7e5092507bf2_2_690x285

1 Like

Hello hello! Any help?

Add read-only link and live url (No way to answer like this).

Thanks for getting back. Here’s the live link:

  1. https://www.typelingual.design/examples/inkeydesign

and Webflow read-only link

  1. https://preview.webflow.com/preview/typelingual?utm_source=typelingual&preview=fefb8a9705e78216022dd74f1bf66121

The errors you show related to the designer. Please be more specific please.

You talk about example-cms page “left arrow”? What is the problem (Visual problem). Add screenshot.

This is the broken link - but its hard to answer like this.
https://www.typelingual.design/examples/‘https://uploads-ssl.webflow.com/5c4ea8c67c1ca4226b069e82/5c92ecf0199a6828f4dce9a9_icon-left-arrow.png’

Hey, I am trying to change the cursor to become a custom image cursor when it hovers over the “curser-left” region.

Meaning to say when it hover to the left, it should change the cursor to left arrow image and vice-versa.

I followed this tutorial but ended up with a broken link.
(Use a custom cursor)

Ok. Next time please ask more specific Q (Otherwise no way to answer!!).

Example:
Custom image cursor not working or css cursor:url not working or more semantic Q title.


Solution:

Save the icon as Square icon. Done

image

https://codepen.io/ezra_siton/pen/oOPwYr?editors=1100

https://uploads-ssl.webflow.com/5ae579b8e789f452ffdcce17/5cbedf0effa34d8530c86c43_2.png

Code issue. Use quotes or double quotes → not and ( apostrophe)

Example:

.left-arrow-hover {
cursor: url("https://uploads-ssl.webflow.com/5ae579b8e789f452ffdcce17/5cbedf0effa34d8530c86c43_2.png"), auto;
}

Thank you! I will take note on the naming of the title! Thanks so much!