Hi @Mg71
Please follow the steps below and check if it works
- Go to Online Store > Themes
- In Pipeline theme, click “…” > Edit code
- Open theme.liquid file, add this code after
- Save your file
A user seeks to hide a color variant option on their product page in Shopify’s Pipeline theme without deleting the variant entirely.
Proposed Solutions:
Inventory Management Method: Set the color variant’s quantity to 0 and uncheck “Continue selling when out of stock.” This hides the variant when unavailable but keeps it in the product catalog.
Third-Party Apps: Use Shopify App Store solutions like “Variant Inventory Manager” or “Product Variant Options Show & Hide” for more advanced control, including scheduling visibility, hiding based on stock levels, or graying out unavailable options.
Theme Code Modification: Edit the theme’s liquid files to achieve the desired outcome, though this requires coding experience and carries risk if done incorrectly.
Additional Responses:
Some participants offered to provide custom code solutions or requested the store URL to deliver tailored assistance. The discussion remains open with multiple approaches available depending on technical comfort level.
Hi @Mg71
Please follow the steps below and check if it works