CMS Development

magicant
Member

Change Z-Index of live chat

SOLVE

Hi everyone... I need to alter the z-index of the live chat on my woocommerce / elementor site.

 

Please can someone advise how I can go about this?

 

Or help with some code to overide the default?

 

Many thanks

Anthony

0 Upvotes
1 Accepted solution
Jake_Lett
Solution
Guide | Partner
Guide | Partner

Change Z-Index of live chat

SOLVE

Try adding this code to the head of all of your pages https://knowledge.hubspot.com/cos-general/how-can-i-add-code-snippets-to-the-head-and-footer-html-of...

 

<style>
body #hubspot-messages-iframe-container {
/* change value if necessary */
    z-index: 5;
}
</style>

 

View solution in original post

3 Replies 3
Jake_Lett
Solution
Guide | Partner
Guide | Partner

Change Z-Index of live chat

SOLVE

Try adding this code to the head of all of your pages https://knowledge.hubspot.com/cos-general/how-can-i-add-code-snippets-to-the-head-and-footer-html-of...

 

<style>
body #hubspot-messages-iframe-container {
/* change value if necessary */
    z-index: 5;
}
</style>

 

magicant
Member

Change Z-Index of live chat

SOLVE

Sure.. it's basically any page on my site but if you goto www.printbymagic.com

 

Then please add a few products to the cart and then click the cart icon at the top and the slider that slides in from the right.  Basically when the cart is full the chat button covers the checkout button.

 

Secondly please goto: https://printbymagic.com/custom-printed-playing-card-red-back/ and click start design..  This online designer should go over the top of all buttons including the chat button.  

 

Many thanks

Anthony

0 Upvotes
Jake_Lett
Guide | Partner
Guide | Partner

Change Z-Index of live chat

SOLVE

Could you please share the URL of your site with live chat enabled? Need to see the code in order to write a proper CSS rule for it.