This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hello!
Using XStore Bike
We are trying to hide the add to cart button, and the theme options for catalog don’t work for us because we want the price table to be still visible.
Also tried with the Theme Options, in Woocommerce, PRoducts Style it gives you the option to enable/disable elements but it doesn’t work.
Any suggestions?
Hello,
Catalog mode won’t hide the price. It will just hide the add to cart button. Also, don’t forget to edit the header(Theme Options > Header builder) and remove the cart element from the header if you don’t need it.
Regards
Hello Olga!
What i have is a tiered price table, it does hides it when i use catalog mode.
Hello,
I see. Then use custom CSS to hide the button (Theme Options > Custom CSS)
.add_to_cart_button, div.quantity {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up