Shopify themes, liquid, logos, and UX
So as you can see i want when people browse my product collection page, there is no shopnow button just the product image and price
how do i delete the shop now button? as the prestige theme doesnt have that feature ?
Solved! Go to the solution
This is an accepted solution.
@Marllz
Use this css
.template-collection .ProductItem__ViewButton.Button.Button--secondary {
display: none !important;
}
Hi @Marllz
There will be option on theme customizer theme settings.
If not then you can do this by coding remove the code from product-listing file.
Or you can use display none css for this.
how?
This is an accepted solution.
@Marllz
Use this css
.template-collection .ProductItem__ViewButton.Button.Button--secondary {
display: none !important;
}
thank you so much! but where should i put this on?? theme.scsss ???
Yes wonderful! it works! thank you
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025