Home Forums WoodMart support forum Additional Information Tab

Additional Information Tab

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

    JeanneMeier
    Participant

    Hello,
    I have scoured the help docs and admin panel, but for the life of me I cannot figure out where to edit the information that is in the “Additional Information” tab on products. It is mainly generic information, but since a I have a LOAD of options, I’d like to edit this so it isn’t all clogged up with different items.

    Can you please tell me where to find this?

    Thank you for the help!

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

    Hello,

    This tab appears when you add an attribute and set to show it on the product page, or when you add weight and size to the product.

    Best Regards

    #209233

    JeanneMeier
    Participant

    Thank you for pointing me in the right direction there. I have understand and have it figured out now. Is there a way of hiding the “product selection” field in that tab. or even hiding that tab entirely?

    #209263

    Hello,

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

    body .woodmart-tab-wrapper:nth-child(2){
    display:none;
    }
    body  .tabs-layout-tabs.tabs li.additional_information_tab{
    display:none;
    }

    Best Regards

    #209269

    JeanneMeier
    Participant

    Thank you for your help!

    #209280

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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