This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi,
I would like to remove the header from every “Single Product Page” on my website :
http://www.accescrea.fr/produit/le-santon-violoniste/
I tried to
– add a custom field “page_heading””disable”. Didn’t work
– change the page.php OR the description.php and remove the “<h2>< ?php echo $heading; ?></h2>”. didn’t work
Thanks for your time,
Cheers,
Elodie.
Hello,
Please add this code in custom.css file:
.page-heading.bc-type-5 {
display: none;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thank you ! Worked perfectly !
King regards,
Elodie.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: page heading, remove, single-product page, themes, woocommerce, wordpress
The issue related to '‘Remove Page heading on Single Product Page’' has been successfully resolved, and the topic is now closed for further responses