document.addEventListener("DOMContentLoaded", function() { const header = document.querySelector('header, .site-header'); if (header) { // Get current header color const headerColor = getComputedStyle(header).backgroundColor; console.log("Current header color:", headerColor); // Example: Change header color dynamically header.style.backgroundColor = "#e74c3c"; // new color } });

All Products

(908)
908 products
Top

Shopping cart

×