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
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024