Greetings, I'm trying to either edit or remove the Product Name, as it's now showing on the Product Page. I've tried using Firebug and browsing this forum. It's my understanding I need to edit the Front End CSS file under System Configuration. Specifically, I'm looking for the following text:
.hikashop_product_name_main{
display: none;
}
where "display: none" is to prevent showing the Product Name on the page.
My problem is that I can't find the text " .hikashop_product_name_main" anywhere on the Front End CSS sheet...am I missing something or looking in the wrong place? Any help you can provide would be greatly appreciated! Thank you.