From 871b9f959a201545d71b54b1956558a2156488d3 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Mon, 17 Jun 2024 22:53:46 +0200 Subject: [PATCH] test --- layout/theme.liquid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layout/theme.liquid b/layout/theme.liquid index 3b60454..746e96e 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -263,10 +263,14 @@ custom code {% endcomment %} + {% if window.location.pathname == "/pages/contact" %} + .header-wrapper { background-color: yellow !important; } + {% endif %} + {% endstyle %} {{ 'base.css' | asset_url | stylesheet_tag }}