Filter by price not needed for logged out User

This topic has 2 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Tony Rodriguez

  • Avatar: Manish Gupta
    Manish Gupta
    Participant
    October 31, 2022 at 07:43

    Dear Team,
    I need your guidance so use theme properly. As on shop page I don’t want to show filter by price to logged out user. If I remove form sidebar widget it also hidden to logged IN user as well. so let me know how to do that.

    Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 31, 2022 at 08:52

    Hello, @Manish Gupta,

    In order to solve your issue simply go to the Dashboard >> XStore >> Theme Settings >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.

    body:not(.logged-in) div.etheme-price-filter {
        display: none !important;
    }

    Then save settings and check back to your site after clearing the browser cache.

    Regards 8Themes Team.

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

The issue related to '‘Filter by price not needed for logged out User’' has been successfully resolved, and the topic is now closed for further responses

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