Archived topic
Page and Product Titles
1 reply · Started by Joyce on February 17, 2023
I recently switched from Flatsome theme to GeneratePress. When I did, the titles of my woocommerce products no longer showed up. I discovered that CSS in the customize area included the CSS
h1.entry-title {
display: none;
}
I deleted that and the product titles now show up but the titles also show up on all the wordpress pages as well. Is there code I can add to the customizer that would allow woocomerce product titles to show but not titles on the Wordpress pages?
Hi Joyce,
You can disable the title at customizer> layout > Woocommerce, and uncheck the Display page title box.