Shopify themes, liquid, logos, and UX
Hi, I am looking to remove this zoom feature on the product listing images. How can I remove this? I am using Expanse theme. The code from another Shopify question does not work for me. I seem to have a different code and different liquide.
Shop UrL: https://king-shakerz.com/
Hello @JuliusBerlin
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->product-grid-item.css>Add this code at the bottom.
.grid-product__actions {
display: none !important;
}
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.grid-item.grid-product .grid-item__content .grid-product__actions {
display: none !important;
}
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025