Hi @omarcopolo
Thanks for sharing the screenshot! I understand that SEO-friendly practices are important for your blog articles. Here’s a suggestion, if possible, use the block’s settings to select the least impactful Hn tag like H6, hopefully which won’t interfere as much with your article’s existing structure. Then, apply custom CSS under Appearance > Customize to style it as plain text as such:
/* If the product title is specifically wrapped in a heading tag like h6, you can target it like this */
.wp-block-post-title h6 {
font-size: 16px; /* Example size; adjust as needed */
font-weight: normal;
margin: 0;
This custom CSS depends on whether your product title has any custom classes, which can vary based on your theme. In case you have a custom class, you can find it by right-clicking the product title in your published product collection block and select “Inspect” or “Inspect Element,” depending on your browser. This will open the developer tools and highlight the HTML for the product title. Here’s an example of what it looks like on Firefox: https://snipboard.io/EkOJth.jpg
Please note that, as @shahzeenfarooq mentioned, customizations like this are a bit beyond our scope of support. If you need further customizations, I recommend reaching out to a developer through WooCommerce Community Slack or customizations page. I hope this initially points you in the right direction! ??