I want to hide the product price on the homepage, wondering if anyone can help? I am using the Dawn theme.
add to last of ‘component-price.css’ But it’s not the best way. just an easy way to do it.
{% if template == index %}
.collection slider-component .card-information {
display:none;
}
{% endif %}
2 Likes
It works! But why is this method not the best way?
hi, @Clement_Jaw if you don’t want to edit code (to avoid conflict later) you can try this Hide Price app. It can hide all product price on specific pages
1 Like
Hi Paul, this is exactly what is happening to me. I would like to have the price on my home and shop page but I can’t because I edited the code. Any possibility to revert this situation? Thank you