Home Forums WoodMart support forum Change “Sale” label

Change “Sale” label

Viewing 8 posts - 1 through 8 (of 8 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.

    #567320

    av_admin_1984
    Participant

    close

    #567369

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change “Sale” label’ is closed to new replies.