How to change style of autoload animation?

Posted in: Newspaper
Post count: 84

Hi,

How could I change the style or design of the loading animation of autoload?

http://somup.com/cql0D9fCin

Thank you

Post count: 35449

Hi,

For the moment this is the only style on loading animation, sorry! the only thing that can be change is the color, this will take the color set as theme accent color in theme panel -> https://i.imgur.com/YdbhZMp.png
What you can do is to replace that animation with a gif
.td-loader-gif{
background: url("http://localhost/test_site95/wp-content/uploads/2019/02/UUjhE.gif");
background-repeat: no-repeat, repeat;
width: 100px;
height: 100px;
margin-top: -50px;
}
.td-lb-box-1, .td-lb-box-2,.td-lb-box-3,.td-lb-box-4,.td-lb-box-5,.td-lb-box-6,.td-lb-box-7,.td-lb-box-8{
display: none;
}

Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.