CSS Code : Remove elements from 2 step from Pop Up

Hello guys,

I need help to customize my pop-up and the 2 step form.

Originally my pop up is a 2 step pop up (on Shopify).

As I can’t show a second pop up after the first one on Funnelish, the support showed me a way to do it with the 2 step form.

It’s great but I need to remove a few elements :

I need to remove the numbers 1 and 2.

Thank you !

Hi @Stephane_douvin,

Please try this:
Go to custom codes > custom CSS and paste the following:

.two-step-form .tsf-header {
    display: none !important;
}

Let us know how it goes.

Best,
Fey @Funnelish.

Thank you it worked !