Home Forums WoodMart support forum Remove Login to see price label

Remove Login to see price label

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #726790

    pavle.nikitovic
    Participant

    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.
    #726833

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

Viewing 2 posts - 1 through 2 (of 2 total)