From a4f9a2e89a3c26662a1336bb193b69f9b645d10e Mon Sep 17 00:00:00 2001 From: Kishore Kumar C Date: Thu, 7 May 2026 18:37:51 +0530 Subject: [PATCH] fixedunderrefactor --- includes/layout/head.php | 6 ++++++ includes/layout/header.php | 22 +++++++++++++++++++++- index.php | 19 +------------------ 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/includes/layout/head.php b/includes/layout/head.php index bce1533..7eec748 100644 --- a/includes/layout/head.php +++ b/includes/layout/head.php @@ -11,6 +11,12 @@ visibility: hidden !important; transition: none !important; /* No transition on first load */ } + + /* Ensure header is transparent sitewide when not sticky */ + .header-hide-until-scroll:not(.sticky-container-active) { + background-color: transparent !important; + box-shadow: none !important; + } diff --git a/includes/layout/header.php b/includes/layout/header.php index aea5487..60c3e78 100644 --- a/includes/layout/header.php +++ b/includes/layout/header.php @@ -591,4 +591,24 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/index.php b/index.php index fa1f3df..d7bad1c 100644 --- a/index.php +++ b/index.php @@ -525,24 +525,7 @@