How Can We Help?
how to disable the fading (fadeinup-order) of the non-active features on the post loop side?
open theme folder > js > main.js line 553:
setTimeout(function(){jQuery(‘.blog .inner’).addClass(‘animated fadeInUp’)},500);
remove it