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