Home Forums WoodMart support forum single product tabs

single product tabs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #558553

    adpwebdesign.it
    Participant

    Hi
    how can I set only the reviews and shipping tabs on the single product pages?
    Thanks

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

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    li#tab-title-additional_information, #tab-title-description {
        display: none
    }

    Best Regards.

    #558854

    adpwebdesign.it
    Participant

    Hi
    thanks. Is there a way to completely hide the product tabs only on a specific product ?
    Like here https://idolimoda.it/gift-voucher/ which is #product-23200 ?
    Thanks

    #558898

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the product page ID to remove the tabs in which product you want to remove.

    body.single-product.postid-23200 .product-tabs-wrapper {
        display: none !important;
    }

    Best Regards.

    #558911

    adpwebdesign.it
    Participant

    thanks

    #558974

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘single product tabs’ is closed to new replies.