This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Tony Rodriguez
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.
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.
Tagged: logged out user, no need, persuasive, price filter, templates, woocommerce, wordpress
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