Jump to content

Product Label


Recommended Posts

you can do it in two ways,

1) remove labels from code

2) remove labels via css

 

 

first method

from .tpl file remove:

{if isset($product.new) && $product.new == 1}<span class="new">{l s='New' mod='homefeatured'}</span>{/if}

second method

add somewhere in global.css styles .new {display:none!important;}

Link to comment
Share on other sites

×
×
  • Create New...