Why is the product price missing on my website?

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!

@akight

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.

Hello,

I’ve pasted the code like below, but it still doesn’t show.

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:)