document.addEventListener("scroll", function() {
const logo = document.querySelector(".class-of-your-logo"); // غير .class-of-your-logo باسم الكلاس الفعلي للوجو الخاص بك.
if (window.scrollY > 50) { // القيمة تحدد المسافة التي يبدأ عندها التغيير
logo.src = "https://cdn.shopify.com/s/files/1/0622/0451/0291/files/2024-12-12_09-16-05_1.png?v=1733987952"; // ضع هنا رابط اللوجو الثاني.
} else {
logo.src = "URL-TO-FIRST-LOGO"; // ضع هنا رابط اللوجو الأصلي.
}
});
Share and get 15% off!
Simply share this product on one of the following social networks and you will unlock 15% off!