I have been trying to add variants to my products to clean up my website. When I do and I look at the product page the price appears when first loaded but then it disappears when a variant is selected.
I have looked for solutions online but they don’t seem to work
I have tried to go into the Code Editor to make changes in Component-price.css, in base.css and in section-main-product.css but none of them seem to make a difference.
These are the codes I’ve tried
.price.price–large.price–show-badge { opacity: 1 !important; }
.product .price,.price__regular{opacity:1;}
I can’t seem to adjust the opacity or the colour of a products variant price for it to show up
Any other suggestions
