Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How do I remove "View Product" Button from collection in Dawn

Solved

How do I remove "View Product" Button from collection in Dawn

Kirbside
Visitor
1 0 0

Can someone please help me. I want to remove the "view product" button and just offer the "Add to Cart" button to https://takemmy.myshopify.com/pages/shop-page. 

 

Thanks!

 

Screenshot 2024-04-24 at 12.26.59 PM.png

Accepted Solution (1)

thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Kirbside,

Go to Online Store -> Theme -> Edit code.
please add this css to the very end of your base.css or theme.css file and check

 

.view_product{
    display: none !important;
}

 


Thanks!

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

View solution in original post

Reply 1 (1)

thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Kirbside,

Go to Online Store -> Theme -> Edit code.
please add this css to the very end of your base.css or theme.css file and check

 

.view_product{
    display: none !important;
}

 


Thanks!

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com