Modify a single price-

Hello, I have a product on my website, in which I would like the price not to be shown. Will this be possible? here the link: https://feeltenerife.com/travel/group-experiences/

Thanks

Hello,

You can hide the price site wide by adding CSS below:

.price {
display: none;
}

Hiding it on individual product is not possible with the theme, and will require customization of code.

Visting your URL and trying to click on contact button shows “Resource limit reached”


Thank you