Taps

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486366

    omar_2234
    Participant

    How can I delete the taps from the individual product page…

    and also how can I add suggested products from the same seller and from the entire store?

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

    Hello,

    In this case try to create a custom layout for an individual product and customize it in the page builder as per your requirements.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards.

    #486638

    omar_2234
    Participant

    I am not talking about an individual product. I am talking about the page format in all the store’s products. I want to remove the taps section, so how can I delete it?

    #486700

    Hello,

    Try to add the following custom CSS in Theme Settings > Custom CSS > Global CSS.

    .poduct-tabs-inner>div:not(:last-child) {
    dsplay: none;
    }

    Best Regards.

Tagged: 

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