Home Forums WoodMart support forum Reverse the price product

Reverse the price product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #458240

    makexpertmodsrl
    Participant

    Good evening, where can I reverse the price on the single product old price and the product gride price?

    See screenshoot below please…..
    Thank you

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

    Hi,

    By default, wooCommerce displays the price as “Regular price” first and “Sale price” second.

    Alternatively, you can change it with custom CSS.

    .product-grid-item .price {
        display: flex !important;
    }
    .price ins {
        order: -1 !important;
        padding-right: 0.5em !important;
    }
    .single-product .price {
        display: flex !important;
    }
    .single-product .price ins {
        order: -1 !important;
        padding-right: 0.5em !important;
    }

    Best Regards.

    #458418

    makexpertmodsrl
    Participant

    thank youuuuu, ticket close

    #458561

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Reverse the price product’ is closed to new replies.