Reverse the price product
-
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.
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.
thank youuuuu, ticket close
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.
The topic ‘Reverse the price product’ is closed to new replies.