VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: webbrand on September 27, 2016, 16:41:31 PM

Title: problem label new
Post by: webbrand on September 27, 2016, 16:41:31 PM
hi, I have a site that has problems with virtuemart

1: I can not in any way to remove the "new" label that I do not know why you view and I find no way to permanently delete

See products at this link

http://www.ragnifranco.it/it/prodotti/fregi-stemmi-scritte/per-l-industria-dell-auto-e-per-il-suo-restauro/ghia

2: not belonging at the top my name so I can understand that they are logged in, how should I do?

I attach the image

Thank you
Title: Re: problem label new
Post by: jenkinhill on September 27, 2016, 17:01:59 PM
It is being put there by your template, you are not using the default VirtueMart templates.

If you use Firebug you can see that the code is :
<div class="product-status">
<div class="label-pro status-new">New</div>
</div>

So edit your template overrides or  hide it with css

http://forum.virtuemart.net/index.php?topic=116620.0