Low contrast issue
-
When checking my webpage in Lighthouse, it reports this issue:
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read.
Failing Elements:
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>4.00</bdi>
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>1,875.00</bdi>
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>1.70</bdi>
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>1.70</bdi>
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>5.00</bdi>
<bdi><span class=”woocommerce-Price-currencySymbol”>$</span>2,375.00</bdi>The above are the prices that are displayed under the related products. The text color is light green which apparently causes the low contrast issue. The text color for WooCommerce prices is specified to be black in the theme’s styles.css file. The prices are black at the top of the page, so why aren’t they also black for the related product prices? Thanks in advance for your help.
The page I need help with: [log in to see the link]
- The topic ‘Low contrast issue’ is closed to new replies.