This topic has 4 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Hello team,
Can you tell me please if there is a way to hide a variation swatch of the products on products page?
Specifically I want to hide the Size Atribute but still show the available colors.
Please check private content area for details.
Thanks in advance!
Hello,
We don’t ahve special option for these purposes but you can hide it using custom CSS. For example
.et_st-default-holder[data-et-holder="pa_tights-size"],
.et_st-default-holder[data-et-holder="pa_one-size"] {
display: none;
}
Where pa_tights-size – is related to the attribute that you want to hide.
Regards
Hello team,
This advice totally works! I’m so thankful to you!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up