how to remove a button

how to remove a button

mythgreece
Excursionist
49 0 4

Hi, there. Is there a possible way to remove the product grid button in the theme?

mythgreece_0-1741767071723.png

 

Reply 1 (1)

Moeed
Shopify Partner
7147 1932 2354

Hey @mythgreece 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.collection-show-type {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1741767564450.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications