Hello,
The price is missing on my website on this page: https://www.tinahealthcare.com/products/tina-tampon-insertion-aid
Is there anything I need to toggle or fix?
Thank you!
Hello,
The price is missing on my website on this page: https://www.tinahealthcare.com/products/tina-tampon-insertion-aid
Is there anything I need to toggle or fix?
Thank you!
hello,
please add below code in style.css at bottom.
assets >> style.css
.price-ui–loading, .price-ui-badge–loading {
opacity: 1!important;
}
padding: 0 24px;
after paste the code look like this.
Hi Akight
Just put the padding inside bracket.
.price-ui–loading, .price-ui-badge–loading {
opacity: 1 !important;
padding: 0 24px;
}
and also you don’t need to write style. Just copy above code and replace with old one.
Thank you so much! That fixed it:)