Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850352

    rajuju
    Participant

    Here is the direct link:
    http://www.grumbymusic.com/subscribe/

    When I enter a test email and try to submit, there is a “do not enter” type symbol on hover.

    Any help would be greatly appreciated.

    #850435

    Friech
    Moderator

    Hi There,

    Thanks for writing in! That is a feature to prevent a user from spamming the submit button. You can change that to a pointer by adding the custom css below to your customizer:

    .x-subscribe-form input[disabled] {
    	cursor: pointer;
    }

    Make sure you remove that extra closing bracket on your Custom CSS in Customizer first. Else that code would not work.

    Hope it helps, Cheers!