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.