Home Forums WoodMart support forum Woodmart Additional Tabs Content remove for one product

Woodmart Additional Tabs Content remove for one product

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

    Little Panda
    Participant

    Hello,

    We are using the Woodmart theme Additional Tab content (HTML block to explain delivery policy) to add to our product pages. However, one product page is for a virtual product so we don’t need this Additional Tab content for this page. Is there any way to exclude the Additional Tab content for just this product?

    Regards

    LP

    #325601

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .postid-10456 li.wd_additional_tab_tab {
        display: none;
    }

    You can replace the postid with the id of the product.

    Regards.
    Xtemos Studios.

    #325624

    Little Panda
    Participant

    Hello,

    Thank you for your fast response. Your code removes the tab but not the content.

    Can you advise please?

    #325647

    Hello,

    You are Most Welcome.

    Please provide the URL of the product after adding the code to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #325648

    Little Panda
    Participant

    Hi Sure.

    Please see the url for the product (after adding the code) in the link in the private area

    #325652

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .postid-85008 .col-12.poduct-tabs-inner {
        display: none;
    }

    Best Regards.

    #325654

    Little Panda
    Participant

    That did it. Thank you

    #325657

    Hello,

    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 8 posts - 1 through 8 (of 8 total)

The topic ‘Woodmart Additional Tabs Content remove for one product’ is closed to new replies.