This topic has 6 replies, 3 voices, and was last updated 3 months, 2 weeks ago ago by Andrew Mitchell
Is there a way to completely hide specific variations from the product pages? For example, I have 4 sizes of the product, each with 10 colors available. I want to completely hide 3 of the 4 sizes but keep all the colors.
I’ve tried editing the products csv and I’ve chosen ‘hidden’ for catalog visibility and also made the products out of stock, but they still show up and allow the buyer to choose the variation, but gets a message saying “Sorry, this product is unavailable. Please choose a different combination.” but instead I’d like for the variation to not appear at all as an option.
Hi @DM661,
Can you please with this custom CSS:
.postid-448 option[value="green"]{
display: none;
}
The 448 number is your product ID and green is the value of variation:
Hope it helps!
Code does not work.
See comments in private area.
Hi @DM661,
Please try with this custom CSS codes instead:
.postid-752 ul[data-attribute="pa_size"] li {
border: none;
}
.postid-752 ul[data-attribute="pa_size"] li span {
border: 1px solid var(--et_border-color)
}
.postid-752 span.st-custom-attribute[data-value="small"] {
display: none;
}
Hope it helps!
That works, thank you!
Dear DM661,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Hide specific variations from product page’' has been successfully resolved, and the topic is now closed for further responses