What's your biggest current challenge? Have your say in Community Polls along the right column.

how to change variant options name

how to change variant options name

xavierluca
Tourist
6 0 3

Scherm_afbeelding 2024-11-25 om 14.38.12.jpgScherm_afbeelding 2024-11-25 om 14.55.31.jpgi have more then 5000 products on my webshop and i am building a new one but most of the product variant option names are diffrent i want them all to be "size" i added a custom css and it worked but when i tried saving it it would not let me please help me find a solution.

 

legend.form__label {
  position: relative;
  visibility: hidden;
}
 
legend.form__label::after {
  content: "Size";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
 
this code made it how i wanted but it wouldnt let me save it
Replies 0 (0)