• Resolved easyyes

    (@easyyes)


    Position

    Choose whether you want to place the close icon outside or inside of your pop-up container. You can also hide it from your pop-up if you wish.

    I choose “hide” because I want the popup to always stay on the page.

    It works fine on the desktop, but on the cell phone you can see the X and anyone can click and close the popup.

    Can you help me fix this issue on the cell phones.

    On the desktop the x is hidden and that’s the way we want it.
    But on cell the x is not hidden. We need to fix this and have the x not to show.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @easyyes

    I hope you are doing well.

    Can you confirm if you have enabled the “Custom Mobile settings”? If so then you will need to switch to mobile configs and hide the button there as well:

    https://monosnap.com/file/pRjm56JKJveEpbUCNrXNTTRUiiAvou

    A quick CSS solution is applying this CSS:

    #hustle-popup-id-8 .hustle-button-close{
        display: none;
    }

    In Appearance > Custom CSS, but using the Mobile settings should give you the access to close button for Mobile.

    Best Regards
    Patrick Freitas

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @easyyes,

    We haven’t heard back from you for a while, so I’m marking the thread as resolved for now.

    Please feel free to re-open it if you still have any questions.

    Best Regards,
    Dmytro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close Icon’ is closed to new replies.