Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.hide-larger-price .price {
word-spacing: -1em;
visibility: hidden;
}
body.hide-larger-price .price *:not(.price) {
word-spacing: normal;
visibility: visible;
}
body.hide-larger-price .price > span:nth-child(2) {
display: none;
}
body.hide-larger-price .price > ins,
body.hide-larger-price .price > small {
margin-left: 4px;
}
.browser-Safari body.hide-larger-price .price {
white-space: nowrap;
}
.browser-Safari body.hide-larger-price .price > ins,
.browser-Safari body.hide-larger-price .price > small {
margin-left: calc(1em + 4px);
}
Best Regards