How to remove size and color title from the product variant?

How to remove size and color title from the product variant?

https://basicbastard.co/products/basic-bastard-tee?pr_prod_strat=description&pr_rec_id=2219b309c&pr_rec_pid=7646730354924&pr_ref_pid=7646753292524&pr_seq=uniform

Hi @basicbastardco

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

.form__label {

display: none !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

2 Likes