• Hello there,

    I’ve been using Hustle for a long time and I’m very pleased with it. But from the feedback I get from my followers, it is very difficult and troublesome to press close “x” mark in mobile.

    I’m looking for some solutions for that. Do you have any idea for this like enlarge the “x” mark?

    In addition to that, I think we should have an extra button in form like “No thanks.” which is automatically close the pop-up form. Where can I post this suggestion?

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

    (@wpmudev-support8)

    Hey @gyrkin,

    Hope you’re well.

    For the making X close button bigger you can use this custom CSS code;

    .hustle-modal .hustle-modal-close .hustle-icon {
        max-width: 30px;
        max-height: 30px;
        background: #fff;
        padding: 5px;
        border-radius: 30px;
    }

    You can add the code from “Design” tab “Custom CSS” panel while editing popup, like this;

    We have a feature request to add “Never see this message again” button in Hustle, so that will be included one of the future versions. But if you are referring to something different I can share that idea with the team too.

    Cheers,
    Oguz

    Thread Starter Kaan Karadeniz

    (@gyrkin)

    Hello Oguz,

    Thank you for your response and help. I will add CSS code, I hope it will make my followers happy.

    For “Never see this message again” button is similar to my request. If we have customize the message it won’t be a problem. Because many of us are already showing pop-ups frequently like 3-7 days. So “never see” message isn’t right words in my opinion.

    Thank you again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hard to press “close button” in mobile’ is closed to new replies.