Home Forums WoodMart support forum Change “Sale” label

Change “Sale” label

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #557719

    av_admin_1984
    Participant

    Hi
    I want to change the position of “Sale” label from the top to bottom of the product cart
    please give me css code
    thank you

    #557864

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards

    #557888

    av_admin_1984
    Participant

    Hi
    Yes,

    1-I changed the status of the product and now it shows under the title, and I removed the stock product status with css
    p.stock.wd-style-default:is(.available-on-backorder,.in-stock){display: none;}

    2- I want to display the “Sale” label In front of the price

    3- Please don’t share anything of my site (just put your code and clear the cache )
    I will check the page and see how it looks like

    4- in this topic https://xtemos.com/forums/topic/deprecated-version_compare-passing-null/
    The problem related to this site, you have credentials for that
    Thanks

    #557984

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for desktop section:

    .product-label.onsale {
        top: 170px;
        position: relative;
    }

    Best Regards.

    #557999

    av_admin_1984
    Participant

    Hi

    It’s not suitable for me

    I need it In front of the price not under the image

    #558033

    Hello,

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

    Best Regards.

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