Shopify themes, liquid, logos, and UX
Hello.
I want to hide the compare price using a bulk method, I have hundreds of products so doing this individually is not an option for me.
It would be great if there was some code I could input to hide all of the compare prices for all products.
Thanks.
Solved! Go to the solution
This is an accepted solution.
Hi @bariqah1423,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
s.price-item {
display: none !important;
}
This is an accepted solution.
Hi @bariqah1423,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
s.price-item {
display: none !important;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn 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, 2025