Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, take a look at the following template file

    https://github.com/woocommerce/woocommerce/blob/3.8.0/templates/single-product/tabs/description.php

    As you can see on lines 26, 27 and 28, the if statement provides the output of the h2 element.

    You can adjust / remove this to your wishes by overwriting the template.

    This template can be overridden by copying it to yourtheme/woocommerce/single-product/tabs/description.php.

    How to Edit Files: Edit files in an upgrade-safe way using overrides. Copy the template into a directory within your theme named /woocommerce keeping the same file structure but removing the /templates/ subdirectory.

    Example: To override the admin order notification, copy: wp-content/plugins/woocommerce/templates/emails/admin-new-order.php to wp-content/themes/yourtheme/woocommerce/emails/admin-new-order.php

    The copied file will now override the WooCommerce default template file.

    Thread Starter Nico Marcuz

    (@nick7766)

    YEAH!!! Thnx @crslz . Where are the love-emojies?… :-)))

    best regards from Germany
    Nico

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable the name of the Tab in the body text’ is closed to new replies.