How can I remove links from images in the Ella theme?

Hey, got bit of a problem. With Ella theme every image that I’ve uploaded seems to have some sort of pressable link. Some doesn’t work, but still mouse icon looks like link. And some images that have buttons inside them just become “one huge button” which is huge deal breaker for me.

Question: How to disable those links completely?

Thanks

@FlairKristis please send preview link

www.flairow.com

Hallo @FlairKristis

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > Layout > theme.liquid

paste below code above tag


If you require any further information, feel free to contact me.

Best regards,

Well, the link still exists. That’s the main problem.

Hallo

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > Layout > theme.liquid

paste below code above tag


**<style>**
**img.ls-is-cached.lazyloaded {**
**cursor: auto !important;**
**}**
**</style>**

If you require any further information, feel free to contact me.

Best regards,

Thanks, but I’ve probably explained problem poorly :slightly_smiling_face:

The cursor is not the problem. Problem is that images have links if there is buttons in that section.

Show More

https://ibb.co/HtgHCxn

There is a button “shop now”, and image somehow got the same link, there is no options to disable it. And this happens everywhere. That is the problem.

If you remove the “Button” field, then the links will disappear