Change Sibling Color Name Pipeline

How can I change the sibling color name on pipeline?

I don’t want it to say color.

https://njposterco.com/products/golden-gate-bridge-3

Try this in sections “Custom CSS” setting:

.product__page__siblings .radio__legend__label {
  display: none;
}

.product__page__siblings  [data-swapper-target] {
  border: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag


Result:

You can change the content: ‘Name’ to your text.
Hope this helps! If yes then Please don’t forget hit Like and Mark it as solution!

That worked, but the size title under that is now gone.

Please replace the previous code with the following code.