We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Hide Add to Cart button on Collection Page Dawn Theme

Solved

Hide Add to Cart button on Collection Page Dawn Theme

babystore123
Excursionist
57 1 5

Hi! I'm looking to hide the 'Add to cart' button only on the collection page using the dawn theme.

 

Any help is grealy appreciated. Thank you!

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @babystore123 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
.card__content button.btn.btn-globo.globo--add-to-cart.globo-ajax-form-cart {
    display: none;
}
</style>

 

PageFlyRichard_0-1707104780258.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)
babystore123
Excursionist
57 1 5

Yes please!

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @babystore123 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
.card__content button.btn.btn-globo.globo--add-to-cart.globo-ajax-form-cart {
    display: none;
}
</style>

 

PageFlyRichard_0-1707104780258.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

babystore123
Excursionist
57 1 5

That helped! Thank you so much!