How to remove fade in effect on row background

Posted in: Newspaper
Post count: 34

I tried this code that I saw from another post but it doesn’t work, please help.

.td-js-loaded .td-element-style {
transition: none;
-webkit-transition: none;
}

https://imgur.com/a/hVeadgi

Post count: 35449

Hi,

Please this custom code, set it in Newspaper>Theme panel> Analytics
<style>.td-element-style {
opacity: 1!important;
transition: none!important;
}</style>

-> https://www.screencast.com/t/dDsRbb5uHi0

Hope this will help you!
Thanks!

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