A while ago I wrote a question about the product title appearing twice on a page, this got resolved by adding the following code to the Custom CSS
#top.single-product .product_title.page-title {
display: none;
}
Since the last update this has appeared again where the tile is twice on a page. I checked custom.css and the code is still there, I even refreshed it by re-adding it but still it is showing the two titles.
Is there now another method I can try to remove these two characters? Why are they still there after updates? Firstly it is not very SEO friendly to have two duplicate titles on the same page - especially a product page where there will be little content. Secondly it looks strange and a bit of an eye-sore to visitors.














