Home Forums WoodMart support forum Consulta etiquetas :Nuevo – Descuento

Consulta etiquetas :Nuevo – Descuento

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #274393

    crearmaxweb
    Participant

    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.
    #274464

    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

    #274631

    crearmaxweb
    Participant

    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.
    #274712

    Hello,

    Please provide a page URL with out of stock product.

    Best Regards

    #274784

    crearmaxweb
    Participant

    Hi, in this URL, in PRoductos Destacadodor, you see the problem with label SIN STOCK

    #274788

    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

    #274789

    crearmaxweb
    Participant

    Ok, solved! Thak you!

    #274793

    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

Viewing 8 posts - 1 through 8 (of 8 total)