Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Description Tabs and Title on Woocommerce and Prime Template

  • Hello,
    I imported your “Prime” template into a new WordPress site with Woocommerce plugin!

    Do you think it is possible to remove both the “description” tab and the “description” title so that the page looks more minimal?

    Screenshot

    Thanks
    Andrea

  • Hi there,

    Try this snippet:

    add_filter('woocommerce_product_tabs', function($tabs) {
        unset($tabs['description']);
        return $tabs;
    }, 11);

    Adding PHP: https://docs.generatepress.com/article/adding-php/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.