Hi there,
I’m on the Dawn theme and i’m trying to find the code for the shopify chat in my theme files but i can’t find it anywhere. I need to edit the z index since another popup is blocking the chat box.
thank you.
Hi there,
I’m on the Dawn theme and i’m trying to find the code for the shopify chat in my theme files but i can’t find it anywhere. I need to edit the z index since another popup is blocking the chat box.
thank you.
@BitByBitCoin Can you share your store url?
{removed link to site for privacy}
@BitByBitCoin Which popup hiding that chatbox ? Can you please share image of it ?
@Ujjaval Sure, no problem. Here’s the link to the image: https://ibb.co/KVqCXMr
Really is only a problem on mobile
@BitByBitCoin
Put below css into base.css file (Online store->themes->edit code->assets->base.css)
@media (min-width:481px) {
button.needsclick.kl-teaser-YuZEVJ.undefined.kl-private-reset-css-Xuajs1 {
z-index: 1 !important;
}
}
@Ujjaval Thanks but the problem persists ![]()