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! 2,008Support 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 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 ...
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
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