Issue #214544 happening again after update to 5.1.0
-
Hey guys,
The issue that we were having before with the prices not appearing (on mobile) if there is a “Sale” price present is back.
It was resolved with an update last time, however, on the update this morning to 5.1.0 it’s come back.
Again, needing support ASAP.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.hide-larger-price .price {
word-spacing: -1em;
visibility: hidden;
white-space: normal;
}
.hide-larger-price .price *:not(.price) {
word-spacing: normal;
visibility: visible;
}
.hide-larger-price .price > span:nth-child(2) {
display: none;
}
.hide-larger-price .price > ins,
.hide-larger-price .price > small {
margin-left: 4px;
}
.platform-Mac .hide-larger-price .price > ins,
.platform-Mac .hide-larger-price .price > small,
.platform-iOS .hide-larger-price .price > ins,
.platform-iOS .hide-larger-price .price > small {
margin-left: calc(1em + 4px);
}
Sorry for the inconvenience. This part was accidentially erased in the latest update.
Regards
Iam facing the same issues after updating to latest version. Can you please fix this ? For now i added the above CSS .
https://www.fashioninthecity.eu/product/bags/koeln-bag-bg2589-a/
It happens only on iPhone.
Yes, sure this issue will be fixed with our next update. Sorry for the inconvenience.