Hide Product Price and Select Options Button
-
Hi! I need to remove the Price and “Select Options” buttons on the product carousel The sample link is https://flourphl.com/product/flora-vida
Hi,
But the WoodMart Theme provides the option of the Layout Builder through which you can create Custom Layouts for the Archive pages including Shop, Category, Single Product page, Cart and Checkout pages. So, you can check out that: https://xtemos.com/docs-topic/single-product-page-builder/
Using those Custom Layouts, you can move certain elements to your choice.
Best Regards.
I’m aware of that. My concern is about the Product Carousel element. I need to remove the Price of the product and the “Select Options” button. Please refer to the screenshot I attached.
Here’s the screenshot.
Attachments:
You must be
logged in to view attached files.
Hi,
Select options button comes from woodmart by default we cannot remove it. If you disable it Please navigate to the Theme Settings > Shop > Catalog mode > enable.
If you want to hide the price Please try the following custom CSS:
span.price {
display: none !important;
}
Best Regards.