Home Forums WoodMart support forum Delete "Additional Information" from single product

Delete "Additional Information" from single product

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

    Paras Shah
    Participant

    Hello,

    I don’t want “Additional Information” in single product. Please guide me how to remove it permanently from all products.

    #248377

    Hello,

    Please clean the title and the content in the Theme Settings > Product page > Tabs > Additional tab.

    Best Regards

    #248453

    Paras Shah
    Participant

    you didn’t understand my request. I didn’t tell you that I want to clean “Additional Information” tab. You send me solution to remove data from “Additional Information” without undestanding what I want……I told you that I don’t want that tab. I want to delete entire tab not data within that tab. ….I want to delete the entire TAB “Additional Information”

    By default your theme have two tabs one is “Description” and second is “Additional Information” tab. I want to delete that “Additional Information” tab function from my website.

    First read my above query properly and give me codes to delete that tab from my website. Don’t just answer without understanding properly.

    #248486

    Hello,

    Please provide the screen of what tab you want to delete.

    Best Regards

    #248533

    Paras Shah
    Participant

    find screenshot ….where you can see two tabs side by side …one is “Description” and other is “Additional Information”…..this is on single product page

    I want to completely remove “Additional Information” tab from my website. Please provide me codes for the same.

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

    Hello,

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

    .tabs-layout-tabs .tabs li.additional_information_tab{
    display:none;
    }

    Best Regards

    #248657

    Paras Shah
    Participant

    Thanks for your help. I put codes in global css in theme settings but it only disappeared from desktop version. Still we can see as it is in mobile version. I tried so much to resolve this issue. But nothing is working. I also put that codes in mobile css also but still “additional information” tab is not going from mobile version.

    I am sending you my website link. Please have a look.

    #248727

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

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