Why are product prices vanishing upon selecting variants?

Solved

Why are product prices vanishing upon selecting variants?

fr3d_prints
Visitor
1 0 0

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.

Accepted Solution (1)

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Reply 1 (1)

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com