How can I hide the width option on the product page?
Our shoes are all one width, but it’s uploaded from our inventory system with a width.
How can I hide the width option on the product page?
Our shoes are all one width, but it’s uploaded from our inventory system with a width.
Hi @Mg71
Try this one.
.selector-wrapper[data-select-label="Width"] {
display: none;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Mg71
To complete your requests, please follow these steps:
.selector-wrapper[data-select-label="Width"] {
display: none !important;
}
Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
Here is the result:
I hope this helps
Best,
Daisy