Remove Login to see price label
-
Hi,
we use catalog mode on website, but when user is logout from admin, he can see label to login to see price.
We need to remove that. We can do that with css, but first would like to ask you is there some option to turn this option off ?
Image in att.
Thanks in advance,
P
Attachments:
You must be
logged in to view attached files.
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