Hi @vikasbobi
Sorry for the inconvenience.
By default, the product title is displayed as a secondary title (h2) instead of a primary title (h1) because the main h1 tag is typically reserved for the page title or breadcrumbs title in many WooCommerce setups.
From your screenshot, I can see you’re using breadcrumbs or a primary title section. If you’re using Elementor, it’s likely that the page title is already using an h1 tag, which causes a conflict when you try to apply h1 to the product title as well — leading to the crash you mentioned. Here’s a screenshot for reference: [https://tppr.me/HM2Ejs](https://tppr.me/HM2Ejs)
To safely use h1 for the product title, you can update the page title selector in Elementor to exclude the product title. You can do this by setting the selector to:
h1.entry-title:not(.product_title)
Please follow these screenshots for guidance:
* [https://tppr.me/Jnxb2Y](https://tppr.me/Jnxb2Y)
* [https://tppr.me/FKjtSu](https://tppr.me/FKjtSu)
Additionally, you can use this small CSS snippet to make sure your product title displays correctly:
.product_title.entry-title {
display: block;
}
If you’re still having trouble or prefer help from our support team, feel free to open a support ticket here:
🔗 [Support Center](https://woolentor.com/contact/)
Let us know if you need further assistance!
Best regards,
Zenaul Islam
Hi
The screenshots for guidelines Displays no information https://prnt.sc/aRwPeX-rv6z1 . Kindly check.
Can you please send a screenshot or link for your suggestion:
Please follow these screenshots for guidance:
“To safely use h1 for the product title, you can update the page title selector in Elementor to exclude the product title. You can do this by setting the selector to:To safely use h1 for the product title, you can update the page title selector in Elementor to exclude the product title. You can do this by setting the selector to:”
h1.entry-title:not(.product_title)
* [https://tppr.me/Jnxb2Y](https://tppr.me/Jnxb2Y)
* [https://tppr.me/FKjtSu](https://tppr.me/FKjtSu)
Hi
It looks like you may have copied the link along with the link text. Please make sure to copy only the actual URL from inside the curly brackets.
Here are the direct links for your reference:
https://tppr.me/Jnxb2Y
https://tppr.me/FKjtSu
To fix the issue, please use the following selector: h1.entry-title:not(.product_title)
Let me know if you need further help.
Thanks
Thanks Zenaul Islam for your quick support.