Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849656

    Felipecibin
    Participant

    Hello,

    How can i take out the Olark Chat, only in especific pages ?

    Thks

    #849744

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can hide that for certain pages. Provide us your page URL (where you want to hide) so that we could give you some tailored code to achieve this.

    Cheers!

    #850667

    Felipecibin
    Participant
    #850675

    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-389 #habla_window_div.habla_window_div_base {
        display: none!important;
    }
    
    

    You can add another page id to the code to hide it on other pages.

    eg.

    
    .page-id-1 #habla_window_div.habla_window_div_base,
    .page-id-389 #habla_window_div.habla_window_div_base {
        display: none!important;
    }
    
    

    Here is how to locate your page id – https://community.theme.co/kb/how-to-locate-post-ids/

    Hope that helps.

    #851727

    Felipecibin
    Participant

    Thank you so much !!!!

    #851888

    Darshana
    Moderator

    Glad we were able to help 🙂