Remove Prices

I activated Catalog Mode now i need to remove pricing. How can I do this in settings, or do I have to modify a template??

Hello

This is not available out of the box. It is necessary to add such an option to the addon catalog_mode or create a new addon that will block the display of prices.

Best regards

Robert

Try to add the following code to the CSS section of the Theme editor

.ty-price, .ty-list-price {
    display: none;
}