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
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
oh sorry for that issue can you try this code
.product__details a {
color: #000;
}
Thank you!