Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    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

    Thread Starter hellesuhr

    (@hellesuhr)

    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

    Thread Starter hellesuhr

    (@hellesuhr)

    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

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    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

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    Thank you very much. That works ??

    Cheers,
    Helle

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Elements and image doesn’t disappear’ is closed to new replies.