Shopify themes, liquid, logos, and UX
Hello, I would like to hide the "CONDITION: BRAND NEW WITH TAGS" variant option from all of my product pages - looked over some other posts and have been struggling to find a solution. Thanks in advance!
https://www.solequest.com/collections/new-arrivals/products/supreme-kaws-chalk-logo-5-panel-grey-hat
Solved! Go to the solution
This is an accepted solution.
Hey @kt_SOLEQUEST,
This should hide it on every product page, just make sure it's not important everywhere!
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.t4s-swatch__option.is-t4s-name__condition {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @kt_SOLEQUEST,
This should hide it on every product page, just make sure it's not important everywhere!
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.t4s-swatch__option.is-t4s-name__condition {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you! it's been bugging me for months!
Hi, I have a variant I want to hide from the product page but still use in bundles. Would your example above need to be altered and would it still work with BYOB? Each of my products has the variant "Weight" with 4 options underneath but there's a specific weight that I only want available as part of the bundle and not on the main product page. Example.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025