Jun 01, 2020 8:21 pm
Is it possible to disable this animation on the top-right corner while loading the page?
https://share.getcloudapp.com/4gujwB7Q
Thank you!
6 Replies
Jun 02, 2020 7:11 am
Hi @bros,
You can use the following CSS code:
#wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth {
display: none !important;
}
The CSS code should be added in the "Custom CSS Code" textarea, loacted in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Please don't forget to delete all caches before checking.