Products: Hide the top price

If you'd like to remove the top price from your product pages:

Result:

Code:

/* -- code to hide product price above title -- */
.template-product #productInfo-product h5 {display: none; }
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code