Can I remove the 'Size' variant title from my Dawn Theme 13.0.1 site?

Hi @baileyymans

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/base.css and paste the code below at the bottom of the file."
.product-form__input .form__label {
display: none;
}