You may have seen our article on how to change the default Gravity Forms ajax spinner but what if you want to remove it completely?
It’s actually quite simple. All you need to do is add the following CSS snippet to your theme’s stylesheet (style.css). Enjoy!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body img.gform_ajax_spinner { | |
display: none !important; | |
} |
Hat tip to @chrishajer!
Did this resource help you do something awesome with Gravity Forms? Then you'll absolutely love Gravity Perks; a suite of 39+ essential add-ons for Gravity Forms with support you can count on.
Enjoyed reading the content above, really explains everything in detail,the article is very interesting and effective.
Best regards, Abildgaard Raahauge
Nice tip. It works well but not in a modal via an embedded form. Is there a way this can be done?
It works for me in a modal. I suspect there may be another conflict at play.