Hide : login to see prices on catalog mode
-
I am using WoodMart with WooCommerce in catalog mode for a B2B/wholesale website.
I would like guests to not see product prices, but I also do not want the message “Login to see prices” to appear on every product card/product page.
My goal is:
Guest users: no prices, no add to cart, and no “Login to see prices” message
Logged-in users: prices visible
Catalog/B2B style shop without repeated login messages on each product
Could you please tell me if there is a theme setting to hide/remove the “Login to see prices” text?
If there is no setting, can you please provide the correct PHP hook or CSS selector to remove this message safely, without editing theme core files?
Thank you.
Hello,
There is currently no theme option to completely disable only the “Login to see prices” message while keeping catalog mode active.
However, you can safely hide it using custom CSS without editing theme files.
Please add this CSS in Theme Settings > Custom CSS:
.login-to-prices-msg {
display: none !important;
}
Best Regards
Hi there,
Thanks for letting us know. Glad to hear the CSS solution worked for your catalog setup. As it’s added in Theme Settings > Custom CSS, it will stay safe across theme updates.
Kind regards,
XTemos Studio
The topic ‘Hide : login to see prices on catalog mode’ is closed to new replies.