This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago ago by MarkStore
Hello,
In my shop sidebar, there is a product attribute (a checkbox called VIP) that I don’t want to display in the front-end. I want to hide that attribute to my customers.
How can I achieve it?
Thank you,
Regards
You can find screenshots, WP admin access and ftp access inside the Private area content.
Hello,
There is no option for this but you can hide that using custom CSS (Theme Options > Custom CSS)
.sidebar .st-swatch-preview .type-select a[href="https://member.cupidonginza.jp?filter_class=vip"] {
display: none;
}
Regards
Hello,
It works fine, thank you very much for your support.
Regards
The issue related to '‘Shop sidebar: I want to hide an attribute from displaying’' has been successfully resolved, and the topic is now closed for further responses