Hi,
You can change it by the css (from backend or in the style.css of your child theme on FTP).
To know the name of the Class, use the Inspector of your internet navegador (right click with the mouse on the product page).
If you give the link of your site and the color, we can help more.
Good luck!
Thanks @selfoutlet. I’m a bit overwhelmed by the inspector. If you can help, that would be great. My product page is https://ofinkandinsight.com/product/tellme-insight-cards
I just need the price darker – like all the other text.
I fixed it by putting this CSS in Customize>Additional CSS
.price .woocommerce-Price-currencySymbol{
color: #595959 !important;
}
.woocommerce-Price-amount.amount {
color: #595959;
}
You see, isn’t so hard. Now you know that you can personalize a lot of things in your site :))
Good luck!