Disable the loading gif
-
For everyone that is looking to disable the loading gif, you can copy and paste the following CSS code in your website CSS field (for ex. Additional CSS):
.wpdiscuz-loading-bar .wpdiscuz-loading-bar-img { max-width: 0px !important; width: 0px; height: 0px; display: none; }
The topic ‘Disable the loading gif’ is closed to new replies.