Home Forums WoodMart support forum Hide Product Price and Select Options Button

Hide Product Price and Select Options Button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #451121

    kiercordero
    Participant

    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

    #451332

    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.

    #451338

    kiercordero
    Participant

    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.

    #451339

    kiercordero
    Participant

    Here’s the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #451414

    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.

Viewing 5 posts - 1 through 5 (of 5 total)