Tagged: products page, variation swatches
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!
Theme version: 8.0.7 WooCommerce version: 5.8.0Hello,
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!
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.