Viewing 2 reply threads
You must be logged in to reply to this topic.
I want to show the sale price in front of the Regular price. What should I do?
Now:
https://milonastudioshop.com/clothing/milona-adele-women-long-trench-coat-blue/
Display prices like a category page:
https://milonastudioshop.com/product-category/womens/
Thanks.
Hello,
Please add this css into Customize > General > Custom Codes:
body[class*=" currency-"] .product-type-variable > .cl-product-info .summary.entry-summary > .price .woocs_price_code {
flex-direction: row-reverse !important;
justify-content: flex-end !important;
}
Result screenshot: https://ibb.co/r7nXhvN
Best regards!
You must be logged in to reply to this topic.