• Resolved highnoon87

    (@highnoon87)


    As you can see by visiting my website, the popup functions properly but it does not properly display the place holders in the fields. People visiting our website may not know which field is the proper field for their email vs first name.

    I have tried changing the color of the place holder and input icon.. but they’re both already set to grey (#ADB5B7). The place holder icon also does not appear even though it is set to appear. I have tried toggling between the animated icon and static icon but this did not resolve the issue.

    Any advice on fixing this? Thanks!

    • This topic was modified 5 years, 9 months ago by highnoon87.

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

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

    (@wpmudev-support6)

    Hello there @highnoon87,

    hope you’re doing well today! ??

    Could you please try to add the following snippet in the Custom CSS area in the edit popup screen:

    .hustle-modal-optin_icon {
      z-index: 9;
    }
    .hustle-modal-optin_placeholder {
      z-index: 9;
      padding-left: 16px;
    }

    Let us know how that goes!
    Thank you,
    Dimitris

    Thread Starter highnoon87

    (@highnoon87)

    Thank you Dimitris.. This resolved my problem perfectly! Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup place holder text does not appear’ is closed to new replies.