This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
How do I hide the heading from the single product page?
I am able to remove the heading from an individual page by setting the ‘Show Page Heading’ option to ‘Disable’ but I can’t figure out how to do the same for the single product page.
Please help!
Hello,
You can use this code in Global Custom CSS (Theme Options->Custom CSS).
.single-product .page-heading{
display:none;
}
Regards,
Robert Hall.
Thanks Robert,
That has achieved the result I was looking for.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Remove heading from single product page’' has been successfully resolved, and the topic is now closed for further responses