This topic has 7 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi,
With v3.3 my header shows:
Cart 1 Item for 192.50 $
This doesn’t make much sense, but at an absolute minimum I would like to be able to change the position of the $ sign to the left of the numbers, which is the correct location for AU/US/CA etc
Hello,
Please provide link to your site and screenshot for better understanding.
Regards
Hello,
Make sure that you changed the currency position at the WC settings http://prntscr.com/gt2emw
Regards
Hi, the currency position is currently left in WC, however it is showing on the right side.
Link: https://www.nitroit.co/asdma/
Theme version installed is 3.3
Thanks!
Hello,
Please add this code in custom.css:
.top-bar .woocommerce-Price-currencySymbol {
float: left !important;
margin-right: 3px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Thanks that worked!
You’re welcome!
Regards
The issue related to '‘v3.3 Header text re cart items’' has been successfully resolved, and the topic is now closed for further responses