Hi @hellesuhr,
It seems like something is affecting z-index of the confirmation message so it doesn’t show over other elements.
Can you go to your popup settings, switch to the Design tab and in there enable Custom CSS option.
In there paste this code snippet and see if that does the trick for you:
.hustle-modal-success_show {
z-index: 999;
}
Cheers,
Predrag
Hi Predrag,
I’m sorry but that didn’t work.
Cheers,
Helle
Hello @hellesuhr
Hope you are doing well!
Would you please try out this CSS code?
.hustle-modal-success_show {
height: 383px;
}
Let us know how it went!
Cheers,
Nastia
Hi,
That works. Thank you 🙂
But there is the same issue with the subscribe form in the footer. This form seems to have the same div-class, so which code can I use to customize that form?
Cheers,
Helle
Hi Helle,
Try adding module_id_1 in the selector so the code looks like this:
.module_id_1 .hustle-modal-success_show {
z-index: 999;
height: 383px;
}
If it doesn’t work in Design tab of your slide-in try adding it to Appearance > Customize > Additional CSS field and that should do the trick.
Cheers,
Predrag
Hi,
Thank you very much. That works 🙂
Cheers,
Helle