How can I change text color on product pages using HTML?

Hello,

can someone please tell me how to change the text color on my product pages in html. I notice some are black and some are gray. I have too many products to do it one by one. My website is Projects817.com

1 Like

@Only1mrsfragili

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.product__details a {
    color: #000;
}
1 Like

Thank you!