Home Forums WoodMart support forum LABEL "HOT"

LABEL "HOT"

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #83062

    kaliffoadmin
    Participant

    Hi, i have a question:
    In the attached image I circled the “sponsored” notice in green, which is the default “HOT” warning.
    We would like this writing of the featured products not to be on the product’s image, but to go under the image instead of “Sold by ..”

    Do you send me the code and the place where I have to put it?
    Thank you

    #83063

    kaliffoadmin
    Participant

    I attached the image

    Attachments:
    You must be logged in to view attached files.
    #83085

    Artem Temos
    Keymaster

    Hi,

    Unfortunately, there is no option to place that information under the image. We can give you a CSS code to make the text smaller or change its form to make it look better.

    Regards

    #83335

    kaliffoadmin
    Participant

    Yes, of course. Send us css code please. We add this code in a particular file?
    Thanks

    #83352

    Hello,

    Please provide your site admin access.

    Best Regards

    #83876

    kaliffoadmin
    Participant

    Sorry, i can’t give you admin access. Please explain me how can i do or write me in e-mail [email protected]

    Thanks

    #83884

    Hello,

    Try this code. Add the code to the Theme Settings > Custom CSS:

    .product-element-top.product-image-link .product-label.featured {
        background-color: #e22d2d;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
    min-width: 50px;
    }

    Change the colors and text size as per your needs.

    Best Regards

    #84547

    kaliffoadmin
    Participant

    Hi, I would need the code to change the label also in the product sheet.
    Thank you very much!

    #84568

    Hello,

    This is the code for the Hot label on the product label:

    .product-image-summary .product-images .product-label .new {
        background-color: #438e44;
        min-width: 50px;
        color: #fff;
        font-weight: 600;
        word-break: break-all;
        letter-spacing: .4px;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
    }

    Change the values and add to the Theme Settings > custom CSS

    Best Regards

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