Remove Button in Collection List Prestige

Good day,

How can i remove the button in this collection list (Prestige theme)

Store url: https://donutsole-hu.myshopify.com/

Password: twilye

Thank you in advance!

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

div#shopify-section-collection-list .SectionHeader__ButtonWrapper {
display: none!important;
}
1 Like

Thank you that worked perfectly

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like

Hi! Instead of removing the button - how would I remove the header above the button?

Works great! (but!) hehe, if I have more than one collection how to remove buttons on all collection lists?

THANK YOU in advance!

hello, this works but only for desktop and not for mobile - any ideas on how to fix for mobile please