Disable loading effect

Posted in: Newspaper
Post count: 3

Hi team!

I’m using newspaper 7. its awesome btw.
But, I lost all of my modification on custom css. Now I need to re-modifying things.

What’s the custom CSS code to disable this loading effect? I can do it in newspaper 6.5 but now I forget the code.

loading effect

thanks for the help!

Post count: 23312

Hello

Please try to use a bit of CSS to hide the class that makes this effect.

The code is ->

.td-loader-gif {
display:none;
}

Hope this helps!

Thanks.

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