How to remove on sale filter under the availability filter on shop page?

This topic has 2 replies, 2 voices, and was last updated 1 weeks, 3 days ago ago by Luca Rossi

  • Avatar: Qilah
    Qilah
    Participant
    April 26, 2024 at 06:37

    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.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    April 26, 2024 at 07:38

    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;
    }
    

    https://prnt.sc/GcGYMEYNYTYC

    Hope it helps!

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.