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 }}