I would like to remove the page headings, breadcrumbs and previous page links from all pages in the SHOP.
ie. main shop page, results pages and single product pages
I would like to keep these elements on all other pages on the site.
I changed the setting on the actual Shop page to disable Page Heading, but it hasn’t done anything.
I also tried to disable all page headings and then manually add the code for the Page heading on all content pages, using the Text widget, but it keeps removing the <span> tag.
This is what I tried to use:
<div class=”span12 a-center”>
<h1 class=”title”>
<span>Competition</span>
</h1>
</div>
Any idea how I can remove the page heading elements from the shop pages but not the other content pages?