Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.