Home › Forums › WoodMart support forum › Preloader time is too fast › Reply To: Preloader time is too fast
July 6, 2020 at 7:08 am
#208836
Elise Noromit
Member
Hello,
Please add this code to the functions.php of the child theme:
add_filter( 'woodmart_preloader_delay', function() {
return 300;
} );
Best Regards