Why are my product prices not appearing in black?

Hi,

I have noticed that my prices where circled on the pic are not showing in Black. When I change the colour settings on the theme it changes it to black and the text on my product page but that needs to stay white as it’s a black background.

I only want the circled to show in black.

Sorry I forgot to add the url: www.jjzdesignz.com.au and it’s pursuit theme

Hi.. @JonJulz

  1. Go to your Store > Theme > click to edit code.
  2. find this file "theme.css " and open.

step 02:

  1. Paste the code at the end of the file.
.index-section .price-item {
    color: #000 !important;
}

this idea helps you

1 Like

Legend!!

Thank you for your fast solution :right_facing_fist: :+1: