This topic has 2 replies, 2 voices, and was last updated 6 months, 4 weeks ago ago by Luca Rossi
In my shop page, there is this filter under availability which is called “on sale”. I dont need the on sale filter. How can I remove only the “on sale” filter.
Hi @Qilah,
Please try adding the following CSS under Theme Options > Theme Custom CSS > Global CSS:
.etheme-product-status-filter ul li:last-child {
display: none;
}
.etheme-product-status-filter ul li:last-child a {
pointer-events: none;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up