From 012e93bdc685e3562e24cbd6c8530e3ea0edc7f5 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 10 Sep 2025 18:38:50 +0200 Subject: [PATCH] wait #7657 --- web/app/themes/lyveas/resources/styles/menu.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/app/themes/lyveas/resources/styles/menu.css b/web/app/themes/lyveas/resources/styles/menu.css index d0475be..219f28f 100644 --- a/web/app/themes/lyveas/resources/styles/menu.css +++ b/web/app/themes/lyveas/resources/styles/menu.css @@ -13,6 +13,12 @@ width: 100%; z-index: 22; height: 95px; + .home &{ + background-color: transparent; + } + &.scrolling { + background-color: var(--color-navy); + } .site-logo { --logo-text-color: white; @@ -43,6 +49,10 @@ li:first-of-type { display: none; } + + li:nth-of-type(3) { + order: -1; + } } } } -- 2.39.5