Home Forums WoodMart support forum How to exclude an additional table

How to exclude an additional table

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #247212

    InnovatedPL
    Participant

    Hello friends,
    How to disable an additional table on the product page?

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

    Hello,

    You need to clear the title and content field in the Theme Settings > Product page > Tabs.

    Best Regards

    #247306

    InnovatedPL
    Participant

    Thank you.

    How about removing empty space and lines?

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

    Hello,

    Please provide the product page URL, I will provide custom CSS.

    Best Regards

    #247417

    InnovatedPL
    Participant
    #247501

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-tabs-wrapper {
    display:none;
    }

    Best Regards

    #247657

    InnovatedPL
    Participant

    Thank you.

    One more question. How to hide a message on mobile devices

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
        display: none;
    }

    Best Regards

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