Why are product prices vanishing upon selecting variants?

It’s basically the same problem as in this topic.

When I select a variant of a product, the price disappears. It seems to be black font on black background. The solution in the other topic does not fix it, though.

Example: https://shop.fs7.eu/products/lacrosse-sixes-penalty-cards-for-referees

Thank’s in advance.

Hi @fr3d_prints ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.price.price--large.price--show-badge {
    opacity: 1 !important;
}