I tried this code but it changed the color of both prices. I just want to change the blue color:
p.price .woocommerce-Price-amount.amount{
color:#000000!important;
}
Hey Ronald,
Please try this instead:
.single-product-summary ins .woocommerce-Price-amount {
color:#000 !important;
}
Best regards,
Rikard
Yes that worked for the main product. On this page:
Notice how the price for the top item I have changed to green with your code but the related products below the price is still blue. I also want to remove the white backgrounds from behind those related products.
Hi,
Thanks for the update, please try this CSS as well:
.up-sells ins .woocommerce-Price-amount {
color:#000 !important;
}
Best regards,
Rikard
Yes worked perfectly. I would imagine the same things would be true for cross sells?
Hi,
Thanks for the update, I’m not sure what you mean by your last question though? Do you want to change something else?
Best regards,
Rikard
You can close this. I will post that with a link if I come across it. TY