How do I hide a dropdown menu that only has one variant option in it? We are using the Enterprise theme. Here is an example of a product that i’d like this to work on. I’d like the option “Configuration” to not be visible. Any input is appreciated!
Grab Hook / Grab Hook Chain Sling, 9/32" (dakotariggers.com)
Hi @kuhnhound , You can follow my instructions!
- Step 1: Sale channel => Online Store => Themes => Edit code.
- Step 2: Search product.css, and add the script css.
variant-picker .option-selector~.option-selector {
display: none !important
}
Result:
I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.
Have a nice day sir!
Worked great, thanks for the assist!