Remove Discount Label?

Easy way to remove the discount label?



I noticed if I change



show_discount_label=false



the labels are removed.



But this is in many product template files and no hooks seem to be near by.



There has to be an easier way then modifying several template files?



We have two stores and want to remove the discount label from only one.



Thanks,



David

OK. Found it.



.ty-discount-label {

display:none !important;

}