Comments Marta started the conversationMarch 17, 2017 at 11:33amCan you help me remove the loading screen completely from the theme please? Not just using CSS or removing the image from the custom loader. 1,974Support repliedMarch 20, 2017 at 6:27pmHello Dylan,remove lines 598 to 605 from functions.phpif( $global_theme_options['loading_img'] ){ echo '<style type="text/css">'; echo '.animsition-loading:after { content: url(' . $global_theme_options['loading_img'] . ') }'; echo 'html { background-color:' . $global_theme_options['loading_img_bknd_color'] . '; }'; echo '</style>'; }Let me know how it worked.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Can you help me remove the loading screen completely from the theme please? Not just using CSS or removing the image from the custom loader.
Hello Dylan,
remove lines 598 to 605 from functions.php
if( $global_theme_options['loading_img'] ){
echo '<style type="text/css">';
echo '.animsition-loading:after { content: url(' . $global_theme_options['loading_img'] . ') }';
echo 'html { background-color:' . $global_theme_options['loading_img_bknd_color'] . '; }';
echo '</style>';
}
Let me know how it worked.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy