I am trying to embed a form on to a password page. I have built the form on Klavioy and it has a transparent background - however, if there seems to be a block behind it?
I would also like it to be at the bottom of the page rather than the top.
Sure thing, Mary! Could you please share the embed code for the Klaviyo form here? Once I have that, I’ll place it on the password page and adjust it so it appears at the bottom without the block background.
In the code editor, find the password.liquid file. Click to open it.
You have likely pasted your Klaviyo embed code near the top of this file. Find the Klaviyo code and cut it.
Now, scroll down in the password.liquid file. You want to paste the code near the end of the main content area. A good place is often right before the {% schema %} tag at the bottom, or just before a closing or tag.
Paste your Klaviyo embed code in this new location.
Click Save.
After this step, the form will now be located at the bottom of the page.
Remove the Background Block with CSS
Find file named base.css or theme.css.
Scroll to the very bottom of this file.
Paste the following code exactly as it is into the bottom of the file: