How can I change the color of highlighted text to black?

Hi,

how do I make this highlighted font black

Thanks Finn

Hi and welcome!

Could you provide the URL to your store and ill take a look for you :slightly_smiling_face:

Add this to the bottom of your section-main-product.css file:

p.product__text:nth-child(2) {
    color: black;
}