• Resolved heroprint

    (@heroprint)


    Hi there. How can I remove a product tab. I want to remove “Additional Information” Tab.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The “Additional Information” tab is automatically populated with the category, sub-category, tags and custom field values for a product. You can choose what elements show in the “Additional Information” tab using the “Product Page Elements (Additional Info)” setting in the “Basic” area of the “Options” tab.

    If you wanted to hide that tab completely, then you could use custom CSS. For example:

    
    .upcp-tabbed-addtl-info-menu, .upcp-tabbed-addtl-info {
    display: none;
    }
    
    Thread Starter heroprint

    (@heroprint)

    Thank you. Works perfectly.

    I added a custom tab but cannot edit or remove it. I need to edit the label of custom tab. Is there a way to remove it so I can add a correct wording tab?

    Thanks.

    Thread Starter heroprint

    (@heroprint)

    Sorry. Please disregard my last question. All good. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove a Product Tab’ is closed to new replies.