Hide Product Code

Hi, How do i hide the product code from the product page?

I'm using CS-Cart 4.3.7 and the Responsive theme: Modern

Thanks

Add the following rule to the CSS section of the Theme editor:

.ty-product-block__left .ty-product-block__sku {
    display: none !important;
}

Thanks eComLabs that worked perfectly.

You are welcome!