Home Forums WoodMart support forum sale label edit

sale label edit

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #708787

    htashrif52
    Participant

    I don’t want to show the sale label on any side of the product pic; I want to show it below the product pic where pricing and other details are displayed. How can I do that?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Unfortunately, it is not possible. The HTML structure does not allow solving it. Such modification requires complicated WooCommerce code customization, which is not covered by our support.

    Best Regards,

    #708965

    htashrif52
    Participant

    so i dont want to show sale label, how can i hide them?

    #709025

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom CSS in Theme settings > Custom CSS and check how it works:

    .wd-product .product-labels .onsale {
        display: none !important;
    }

    Best Regards,

    #709298

    htashrif52
    Participant

    thanks

    #709299

    htashrif52
    Participant

    i also want to hide from single product page

    #709334

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Remove the previous code and add the following custom CSS in Theme settings > Custom CSS and check how it works:

    .product-labels .product-label.onsale {
        display: none !important;
    }

    Best Regards,

    #709413

    htashrif52
    Participant

    thanks it is working

    #709419

    htashrif52
    Participant

    Can I set a custom label on a single product page?
    Like, I want to show “FREE Earrings Worth ₹XXX” on a particular product. How can I do that?

    #709450

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    In order to create a custom label, navigate to Products > Attributes > create attribute > then add terms to the created attribute.

    Edit the attribute itself – and enable the Show attribute label on products option:
    https://postimg.cc/wyfLtqD3

    Edit the product for which you want to show the custom label and assign that custom label attribute to the product.

    For more details, follow this guide: https://xtemos.com/docs-topic/product-labels/

    Best Regards,

    #709459

    htashrif52
    Participant

    It will show on the product. I don’t want to show on the product image.
    Is it possible to show that label below the product price on a single product page?

    #709472

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    By default, product labels are positioned over the product image. There is no option to move the custom label attribute below the product price. It requires customization, and this is beyond our limitations and support policy.

    Best Regards,

    #713546

    htashrif52
    Participant

    ok thanks

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

The topic ‘sale label edit’ is closed to new replies.