Shopify themes, liquid, logos, and UX
Hello - my store ArtNeura (artneura.com) has wall art products with multiple sizes, formats and options, with each combination as its own variant. What would be the best app to manage the variants if I want to hide non-applicable sizes, formats, and options depending on which variant the customer prefers? For example, if only posters are available in size 6x8, I want to hide any other variant (i.e. acrylic print) that isn't available in size 6x8. I should mention that I use Gelato print-on-demand which automatically adds the variants for me, so I would prefer if everything were to easily link with existing variants.
Solved! Go to the solution
This is an accepted solution.
Hi @artneura,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
display: none;
}
This is an accepted solution.
Hi @artneura,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
display: none;
}
This worked great, Namphan, thank you so much! I will be sure to give you a coffee tip when I make my first sale 🙂
Hi @artneura,
Thank you.
If you have any questions, you can contact me directly.
Happy to help you 😊
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024