-
-
I need to change the price range to display low to high. I need a css code or something, and I need to know where to put it. It makes no sense to display the high price first…
https://q0a.4bc.myftpupload.com/product/romeo-y-julieta-reserva-real/
-
Hello,
Sorry for the late reply.
Please try adding this code into your General > Custom Codes> Custom Css box:body[class*=" currency-"] .summary.entry-summary .price .woocs_price_code, body:not([class*="currency-"]) .summary.entry-summary .price { flex-direction: row; justify-content: flex-start; }
Best regards!
-
-
-
I already provided a link to the site above…
https://q0a.4bc.myftpupload.com/product/romeo-y-julieta-reserva-real/
-
Hello,
I see the price is already showing from low to high value: https://postimg.cc/MvpdhW43
What’s the problem here?If you are not seeing this, clear cache and hard refresh page.
Best regards!
-
Not on the shop page:
-
Hello,
We have resolved this by editing this file /css/codeless-woocommerce.css around 2360 lines you will find this class:
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol)
please replace with the code below:
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){ display: flex !important; /*flex-direction: row-reverse;*/ justify-content: flex-start !important; }
also you have to add this line too:
.cl-price-rating span del{ justify-content: flex-end; order:2; }
save the file and check the result.
In the next update we will add this as an fix.
Let us know.
Regards!
-
-
Hello,
Sorry, i cant give an exact date at moment. We are working on it.
For the moment you can use the fix i suggested above.
Best Regards!
-
You must be logged in to reply to this topic.