How can I change the font color of a dynamic metafield on my product page?

Hi,

I have added a dynamic metafield to my product page (product.metafields.custom.instlang). It is displaying correctly but I want to change the font color to make it more visible. What is the best way of doing this?

Regards

Dawn (I am also using the Dawn theme :slightly_smiling_face:

Can you share your store url and an image which part you want to change the color for to be able to assist you.

You can wrap it with a span and give that span a color.

{{ product.metafields.custom.instlang }}

Thanks Drew. I bought you a coffee :slightly_smiling_face:

Aw, thank you! I truly appreciate that! If you have any further questions do not hesitate to ask.

Hi, where did you implement the ? The metafield itself doesn’t support HTML and the display section also doesn’t support it