Consulta etiquetas :Nuevo – Descuento
-
Buenso días, Yo estoy trabajando con el tema y quiero que en la etiqueta Neuvo cambiar el tamaño del texto, Se puede hacer? como lo hago?. También quiero crear una etiqueta “promoción”,. se puede hacer? como lo hago
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*new*/
body .labels-rounded .new{
font-size:12px;
}
/*out-of-stock*/
.product-label.out-of-stock {
font-size:12px;
}
Please provide more details on what tag you mean? If you want a label on the product image like New or Hot, create and assign the attribute and navigate to Products > Attributes > enter the attribute and enable “Show attribute label on products”
Best Regards
258 / 5000
Resultados de traducción
Hello, I have been able to change the text size with the CSS codes that you have given me. Thanks.
I need if you can help me with the line break of the label text. I need to put “SIN STOCK”, but I can’t get the line break to be correct.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide a page URL with out of stock product.
Best Regards
Hi, in this URL, in PRoductos Destacadodor, you see the problem with label SIN STOCK
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .out-of-stock {
word-break: break-word;
font-size: 10px;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
Best Regards