For some reason when I publish this pop up to our website, all of the text design gets distorted. What might be causing this and how can I fix it? Attached are the image of it live on the website vs. Klaviyo design.


For some reason when I publish this pop up to our website, all of the text design gets distorted. What might be causing this and how can I fix it? Attached are the image of it live on the website vs. Klaviyo design.


Best answer by talha.hussain
Sure Where to paste the Klaviyo CSS in Shopify
Go to Online Store → Themes → Edit code
Open your main CSS file:
assets/base.css (most common)
or theme.css / styles.css
Scroll to the bottom of the file.
Paste this code:
/* Klaviyo popup fix */
.klaviyo-form * {
all: revert !important;
box-sizing: border-box !important;
font-family: inherit !important;
}
.klaviyo-form {
max-width: none !important;
width: auto !important;
padding: revert !important;
}
That’s it.. your Klaviyo popup will render correctly again.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.