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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio