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.
May 28, 2020 8:25 am
Hello when i write a comment, or vote, i see at the upper right corner et small grey bars image during update of the comment section. I would like to change this image : is it possible ?
4 Replies
May 28, 2020 9:34 am
Hi@blomig,
You should use the CSS code like this, just change the value of the background-image proporty:
div#wpdiscuz-loading-bar {
background-image: url( https://i.pinimg.com/originals/a2/dc/96/a2dc9668f2cf170fe3efeb263128b0e7.gif );
}
The CSS code should be added in the Custom CSS Code textarea, loacted in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.