Comments Mara started the conversationApril 2, 2020 at 2:55pmHello,I would like to know if and how it is possible to personalize the preloader.Thank you! 1,973Support repliedApril 2, 2020 at 3:03pmHello Marathe preloader is implemented here in header.php:<?php if( hervin_get_theme_options('clapat_hervin_enable_preloader') ){ ?> <!-- Preloader --> <div class="preloader-wrap"> <div class="outer"> <div class="inner"> <div class="percentage" id="precent"></div> <div class="trackbar"> <div class="loadbar"></div> </div> </div> </div> </div> <!--/Preloader --> <?php } ?>I bolded the part that need sto be customizedThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello,
I would like to know if and how it is possible to personalize the preloader.
Thank you!
Hello Mara
the preloader is implemented here in header.php:
<?php if( hervin_get_theme_options('clapat_hervin_enable_preloader') ){ ?>
<!-- Preloader -->
<div class="preloader-wrap">
<div class="outer">
<div class="inner">
<div class="percentage" id="precent"></div>
<div class="trackbar">
<div class="loadbar"></div>
</div>
</div>
</div>
</div>
<!--/Preloader -->
<?php } ?>
I bolded the part that need sto be customized
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy