Home Forums WoodMart support forum Hide Additional Information

Hide Additional Information

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #445431

    whizzoenterprise10
    Participant

    is there a way to hide the tab named “Additional Information”? Im not referring to add on tabs, that’s clear. This is the default tab next to the DESCRIPTION tab

    #445594

    Hello,

    Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page. Not editable.

    Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery

    If you have any questions please feel free to contact us.

    Best Regards

    #445682

    whizzoenterprise10
    Participant

    Does your reply mean Additional tab (with the attributes) can be hidden or not?

    #445902

    Hello,

    The tab showing attribute would be hidden if you enter every attribute and disable showing the attribute on the product page, this tab would be hidden.

    If you have any questions please feel free to contact us.

    Best Regards

    #446133

    whizzoenterprise10
    Participant

    Hi Elise,

    Not sure why we don’t have a closure yet! My question is specific to Additional tab (with the attributes) – can this be hidden? If yes then steps for the same.

    Note: Im not referring to the custom tabs one can add. Im referring to the tab next to description. refer to the images shared earlier.

    #446372

    Hello,

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

    body .wd-nav-tabs>li.additional_information_tab {
        display: none;
    }

    Best Regards

    #448111

    whizzoenterprise10
    Participant

    Thank you for your help. This worked.

    #448146

    You are welcome! We are here to help.

    Wish you a wonderful day!

    #449903

    Hello,

    Please clarify what part is not workable. I have provided CSS. Do you mean that?

    Best Regards

    #449934

    whizzoenterprise10
    Participant

    The solution works in Desktop but not in the mobile view. It shows additional information which is hidden in desktop view.

    #450317

    Hello,

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

    body .wd-accordion-title.tab-title-additional_information {
         display: none;
    }
    body .woocommerce-Tabs-panel--additional_information {
        display: none;
    }

    Best Regards

    #450410

    whizzoenterprise10
    Participant

    Thank you for the help Elise, please close the topic. 5 stars to you 🙂

    #450544

    Hello,

    Thank you very much! Our all theme appreciate your feedback!

    If you have any questions please feel free to contact us.

    Best Regards

    #450547

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘Hide Additional Information’ is closed to new replies.