HeNy007 Preloader

الخطوة الأولى

ابحث في القالب عن وسم </ head>
و ضع الكود فوقه مباشرة

<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
  <script>
    $(window).on("load", function() {
      $(".preloader").fadeOut("slow")
    })
  </script>

الخطوة الثانية

ابحث في القالب عن وسم </ head>
و ضع الكود فوقه مباشرة

<style>
.preloader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
background: #fff url("https://heny007.github.io/loading-45.gif");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-attachment: fixed;
}
</style>

الخطوة الثالثة

ابحث في القالب عن وسم

و ضع الكود تحتها مباشرة
<div class="preloader"></div>