Home Forums WoodMart support forum Moved: Reply To: Add unique product on home page

Moved: Reply To: Add unique product on home page

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

    benmuminov
    Participant

    Hello, how do I remove the additional information box?

    I’ve been looking for a while and I don’t know how to remove

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

    Hello,

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

    .woocommerce-tabs.tabs-layout-accordio {
    	display: none;
    }

    Best Regards

    #324905

    benmuminov
    Participant

    It doesn’t work… make sure you have access to the store anyway

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

    Hello,

    Sorry I have misprinted with the code, please replace the code with this one:

    .tabs-layout-accordion {
        display:none;
    }

    This code removes all the tabs. I see you have the only tab “additional tab” that is why I give you this code.

    Please let me know if it does not work for you.

    Best Regards

    #324996

    benmuminov
    Participant

    No, I only want to remove the additional information tab. I have other products with descriptions.

    Your code for the additional information tab does not work…

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

    Hello,

    You will need to switch to the Tabs mode as it is not possible to do it in accordion.

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

    Best Regards

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