@elise_daugherty
To change the tag on the WooCommerce product page, you will need to edit the relevant templates in your theme's files. Here's how you can do it:
- Locate the template file responsible for displaying the product page. This file is usually named single-product.php or content-single-product.php.
- Open the file in a text editor or in the theme editor in your WordPress admin panel.
- Look for the tag that displays the product title. It should be something like .
- Replace the existing tag with your desired HTML code. For example, you can change it to to display the product title as an heading instead.
- Save the changes to the file.
- Refresh the product page to see the updated tag.
Remember to always make a backup of your theme files before making any changes, and be cautious when editing code to avoid breaking the site.