Hi There I have installed Woocommerce but I seem to have H1 title I cant get rid of. You can see on this link it displays the product name - A4 Lever Arch File ( http://www.officesource.co.uk/products/ ) It also displays it on all consecutive sub-categories ( http://www.officesource.co.uk/product-category/files-folders/lever-arch-files/ ) It does seem to be a theme issue as it displays fine in the standard WP 2012 theme (Image attached) Could you please help me get rid of this? Thanks in advance
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content h1.page_title { display: none; } This will solve your issue.