Request to Change to in WooCommerce Short Description
-
Hi, We would like to request a modification in our WooCommerce setup. Specifically, we would like to change the HTML tag of the short description from <p> to <h2> in the woocommerce-product-details__short-description section.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, it is not possible. The HTML structure does not allow solving it. Such modification requires complicated WooCommerce code customization, which is not covered by our support.
Best Regards,
Thanks for the reply. Could you also give us a hint on which file to edit?
Thanks
Hello,
You can copy the following file wp-content/plugins/woocommerce/templates/single-product/short-description.php to the child theme at this path
wp-content/themes/woodmart-child/woocommerce/templates/single-product/short-description.php and then modify the HTML in that file.
Best Regards,