Hi, I'm looking for a little help trying to hide the pricing of only 1 collection page (collection: portfolio) in Ride theme. I've looked at different solutions but unable to get it resolved using those. My store URL is: https://tatiana-pustovetova.myshopify.com/ , with no password. Thank you in advance!
@tanithecreativeThanks for posting here. Please add this code on the bottom of the theme.liquid file.
{% if template.suffix contains 'portfolio' %}
<style>
.price {
display: none !important;
}
</style>
{% endif %}
User | RANK |
---|---|
261 | |
90 | |
57 | |
46 | |
45 |