Shopify themes, liquid, logos, and UX
Hi
we would like to update to the new Prestige version but we would like to hide the unit price on the collection list.
We need the unit price in the product view.
Does anybody know how to do it?
At the moment it looks like this
Solved! Go to the solution
This is an accepted solution.
Delete the previous code and replace with the following, Instructions are the same
<style>
unit-price {
display: none !important;
}
safe-sticky.product-info unit-price {
display: block !important;
}
</style>
Hey @Niklas0706,
Can you share the link to this page of your store? If the theme is still in draft, you can share the preview link
Hey @Niklas0706,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
unit-price {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you very much, i changed it but we need the info on the product page. It has now disappeared from the collection page but also from the product page.
This is an accepted solution.
Delete the previous code and replace with the following, Instructions are the same
<style>
unit-price {
display: none !important;
}
safe-sticky.product-info unit-price {
display: block !important;
}
</style>
This, unfortunately, does not seem to be working on Dawn v15
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024