Okay
  Public Ticket #1102447
Removing loading screen and animation completely
Closed

Comments

  • Marta started the conversation

    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.

  •  1,974
    Support replied

    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