How do I change the text color of a collection metafield?

Hi,

I have a metafield text on my collection page and I’d like to change the custom text color to red. Using a the studio theme.

Highlighted text is the one I’d like to change.

Go to your online store → edit code → base.css file and paste this code there

.custom_data.product-form__input + p {
  color: red !important;
}