Hello!
I’m working with products which have a large amount of potential variants (76 in total), which creates a visually cluttered mess when I likely will only have 1 or 2 in stock at any one time. I’d like to be able to hide all of the unavailable options to make the user experience better, and not overwhelming. My issue is finding a way to completely hide those buttons.
I’ve located the code controlling the modified display of unavailable products and changed it to display:none; however, the list item that contains those radio buttons still generates a small 8px space for each item, even when those buttons are hidden. This creates awkward spacing that looks very odd and unappealing. I’m not very familiar with the CSS and Java controlling this generation and can’t figure out how to remove those list items or otherwise hide them.
Any thoughts on what to look for or how to adjust this? I’m sure more info is needed but I don’t know what to provide.
Thanks!