Site logo

Archived topic

Placing product title inside hero block

3 replies · Started by Alexander on April 14, 2021

Viewing posts 1–4 of 4

Hi! Is it possible to place H1 product_title (woocommerce) inside hero page block to make sure they (H1 from GP block and H1 inside page) are not repeated?
screenshot

Hi Alex,

This is actually a bug that need to be fixed in the next update.

You could use this CSS to hide the default product title for now:

h1.product_title.entry-title {
    display: none;
}

Thanks for your help! Looking forward to upcoming upgrade ;-)

You are very welcome!

This archived topic is closed to new replies.