Why are my product prices not appearing in black?

Solved

Why are my product prices not appearing in black?

JonJulz
Tourist
34 0 1

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.jjz screen.png

Accepted Solution (1)
shubhamSharma
Shopify Partner
130 25 27

This is an accepted solution.

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

S.sharmaJi

View solution in original post

Replies 3 (3)

JonJulz
Tourist
34 0 1

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

shubhamSharma
Shopify Partner
130 25 27

This is an accepted solution.

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

S.sharmaJi
JonJulz
Tourist
34 0 1

Legend!! 

 

Thank you for your fast solution 🤜👍