How To Get Rid Of The Product Variant Lable?

Solved

How To Get Rid Of The Product Variant Lable?

finduz82
Excursionist
19 0 3

Please help me remove the variant lables in the red circle.

finduz82_0-1711878948942.png

 



 

 

 

Accepted Solution (1)
Sweet_Savior_3
Shopify Partner
1335 102 138

This is an accepted solution.

Thanks

 

Add the given CSS in theme.liquid above </head> tag.

<style>
[data-product-form] .grid__item.radio-wrapper.product-form__item {
    display: none !important;
}
</style>

 

OUTPUT:

Sweet_Savior_3_0-1711886629138.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to [email protected]
From Less To Further !!!

View solution in original post

Replies 3 (3)

Sweet_Savior_3
Shopify Partner
1335 102 138

Hello @finduz82 

 

Welcome to Shopify Community

 

Can you please share your store URL ?

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to [email protected]
From Less To Further !!!
finduz82
Excursionist
19 0 3

Hi!

Yes here it is:

Sweet_Savior_3
Shopify Partner
1335 102 138

This is an accepted solution.

Thanks

 

Add the given CSS in theme.liquid above </head> tag.

<style>
[data-product-form] .grid__item.radio-wrapper.product-form__item {
    display: none !important;
}
</style>

 

OUTPUT:

Sweet_Savior_3_0-1711886629138.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to [email protected]
From Less To Further !!!