How can I unbold product variant options on my page?

Can you suggest a way to unbold the variants shown on my product page (ringed in red)?
Or perhaps only have the selected one bolded?

I feel both bold is confusing

Hello,

For that we need to apply the css. Can you share me the store URL so i can send you the css for that.

thanks @Angel95

www.mrpoppinsandco.com

Hello,

.swatch .swatch-element label {
font-weight: 500;
opacity: 0.7;
}
.swatch_options input:checked+.swatch-element label {
font-weight: 700;
opacity: 1;
}

please put the css in the style.css part

that’s awesome. thanks :smiling_face_with_sunglasses: