What's your biggest current challenge? Have your say in Community Polls along the right column.

Help changing the linked collection, to another collection, attached to an image on our website

Solved

Help changing the linked collection, to another collection, attached to an image on our website

wharfie79
Excursionist
12 0 4

Hi there,

 

On the homepage of our website, right down at the bottom, we have an image that is linked to a collections page that no longer exists. We would like to either link another collection, or just delete the link altogether. Whichever is easier solution 🙂

 

I am a newbie, with very little coding knowledge. I do know how to access our theme to edit the code but that's where my knowledge stops. I would appreciate, if you could paste easy steps. I would appreciate if you could tell me the exact .liquid file to access and exactly where to paste code, or delete code. That would be so helpful!
Thank you so much 🙂

Link: https://planners.teachthis.com.au/

Screenshot of image:

wharfie79_0-1732540306788.png

 

Accepted Solution (1)

namphan
Shopify Partner
2031 268 296

This is an accepted solution.

Hi @wharfie79,

There will be 2 solutions for you:

- 1: Please go to Customize > Sections. You can find this section and change the link, it will work fine.

- 2: Please go to Actions > Edit code > Assets > style.css file and paste this at the bottom of the file:

#section-template--14459575828554__16530236397e8c94cc .category-banner2 a {
    pointer-events: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 7 (7)

Mehran_Ali
Shopify Partner
436 55 68

Hi @wharfie79 

 

You can easily remove that link 

just follow these steps:

  1. Go to  online store > Theme
  2. click on customize
  3. select that section from the left sidebar where the image with the ink is associated find the option of link there and if you have that option remove that if you don't find that option at the end there will be a custom CSS box past this CSS their

 

.category-banner2 {
    pointer-events: none;
}​

 

Hope this will work if still not you can share you store collaboration access to me, I will do that for you 

If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

wharfie79
Excursionist
12 0 4

Thank you so much, I appreciate your help.

topnewyork
Globetrotter
759 124 139

Hello, @wharfie79 

 

In which theme you are working right now?

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
wharfie79
Excursionist
12 0 4

Your help is greatly appreciated - thank you!

namphan
Shopify Partner
2031 268 296

This is an accepted solution.

Hi @wharfie79,

There will be 2 solutions for you:

- 1: Please go to Customize > Sections. You can find this section and change the link, it will work fine.

- 2: Please go to Actions > Edit code > Assets > style.css file and paste this at the bottom of the file:

#section-template--14459575828554__16530236397e8c94cc .category-banner2 a {
    pointer-events: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
wharfie79
Excursionist
12 0 4

Thank you so much! This has been so helpful and I really appreciate you taking the time to explain it to me!

namphan
Shopify Partner
2031 268 296

Hi @wharfie79,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com