Home Forums Basel support forum Contact form on product page Reply To: Contact form on product page

#1998

Artem Temos
Keymaster

Hello,

Thank you so much for contacting us.

Yes there is a Catalog mode option in our theme. You can turn it on in Theme Settings -> Shop -> Catalog mode. To hide price “Free” just add the following code snippet into Theme Settings -> Custom CSS section


.price {
    display:none!important;
}

Unfortunately there is no such feature that will show contact form clicking on “Contact us” button in our theme.

Regards