Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #772728

    Hi
    I know that is not due to your theme question but maybe you can help me.
    How I can hide Zopim (Zendesk) chat widget on specific pages?
    Thank you in advanced
    Krzysztof

    #772791

    Hey Krzysztof,

    You would just need to get the specific page id and hide it via css.

    for exapmple:

    .page-id .jx_ui_Widget{
    display:none;
    }

    Best regards,
    Jordan Shannon

    #772806

    Hi
    Sorry but it doesnt work. I am using that code

    .page-id-18233 .jx_ui_Widget {
    display: none;
    }

    I was trying also

    .page-id-18233 .jx_ui_Widget {
    display: none !important;
    }

    Page ID is proper screenshot here
    Can you check again?
    BR
    Krzysztof

    #772808

    Hi,

    Try:

    .page-id-18233 .zopim {
    display: none !important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #772810

    Works great, thank you a lot!
    BR
    Krzysztof

    #772811

    Hi,

    No problem at all. If you need additional help, don’t hesitate to contact us here on the forums.

    Best regards,
    Jordan Shannon

    #772814

    Hi,

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Zopim (Zendesk) chat widget on specific pages’ is closed to new replies.