How to change the l...
 
Share:
Notifications
Clear all

How to change the loading ajax gif image ?

5 Posts
3 Users
1 Likes
913 Views
Posts: 13
Topic starter
(@blomig)
Active Member
Joined: 4 years ago

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 ? 

https://blomig.com

4 Replies
Asti
Posts: 7060
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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.

Reply
3 Replies
(@blomig)
Joined: 4 years ago

Active Member
Posts: 13

@asti thanks a lot ! 

Reply
(@blomig)
Joined: 4 years ago

Active Member
Posts: 13

@asti last question : what is the standard size for this image ? 

Reply
Alina
Moderator
(@alina)
Joined: 4 years ago

Member
Posts: 71

@blomig,

what is the standard size for this image ? 

The default size of this image is 32px.

 

Reply
Share: