This topic has 6 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson
HI, In the woo commerce element of our tickets shop it displays the product title along with a “return to previous” button. How is this removed? I’ve managed to make it all white so its invisible to the eye but still leaves a big gap between the header and the product. Is there a way around this?
Many thanks
Hello,
Go to Pages > edit Shop page and select “Off” for “Enable Page Heading” option on the right side of the editor in “Page Layout” box.
Regards,
Eva Kemp.
HI Eva
Thanks for your reply. Unfortunately I’m not using the “shop” page I’m using my own new page with the visual editor using Essential Grid to display the products. These feed from “products in woo commerce” I’ve searched everywhere for settings but can’t find anything. Do you have any other suggestions?
Thank you
Hello,
Please provide us with a page link where you have issue.
Thank you.
Regards,
Eva Kemp.
Hello
If you want to hide breadcrumbs for product page you may add this code into the custom.css:
.single-product .page-heading {display:none}
and for all pages:
.page-heading {display:none}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up