Forums
Home / Plugin: Registration, User Profile, Membership, Content Restriction, User Directory, and Frontend Post Submission – WP User Frontend / Loading sign
(@bellawhite)
4 years, 10 months ago
Hi!
Is there an option to delete the loading sign when creating a new Post ?
Screenshot
Thanks.
(@ediamin)
Currently there is no option/setting to disable that loading, but you can use CSS to hide the loading animation. The animation has the class .wpuf-loading and you can use this following code,
.wpuf-loading
.wpuf-form-add .wpuf-loading { display: none; }
Thank you very much!