I would like to remove or hide the spinning arrows when submitting the form. How would this be done?
Thanks!
I would like to remove or hide the spinning arrows when submitting the form. How would this be done?
Thanks!
Why?
Because the background color of my site is black which shows the white pixels around the arrows. It looks bad.
Add this style to your theme's stylesheet.
img.ajax-loader { display: none; }
You must log in to post.