From 3b2b3578d5b78b8427140b986258b9a0b4264009 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 21 Feb 2019 17:03:11 +0100 Subject: [PATCH] tours-metropole: don't display toplinks on authentic pages (#30765) --- static/tours-metropole/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/tours-metropole/_custom.scss b/static/tours-metropole/_custom.scss index ed411493..5ba1dec9 100644 --- a/static/tours-metropole/_custom.scss +++ b/static/tours-metropole/_custom.scss @@ -57,6 +57,9 @@ body.authentic-page { background: #6699cc; } } + div#toplinks { + display: none; + } } div#header-wrapper {