diff --git a/_includes/header.html b/_includes/header.html
index 533b5fbd5..e8dcaa50a 100755
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -3,7 +3,10 @@
{%- for link in menu -%}
+ {%- assign pagedir = page.url -%}
+ {%- if page.url != '/about/explore-wpe.html' -%}
{%- assign pagedir = page.url | topLevel -%}
+ {%- endif -%}
-
{{ link.title }}
diff --git a/css/v2.css b/css/v2.css
index 3920d6073..f8ce5737c 100755
--- a/css/v2.css
+++ b/css/v2.css
@@ -155,6 +155,10 @@ ul.arrows li::before {
text-decoration: none;
filter: none;
}
+.currentPage .cta.btn {
+ box-shadow: none;
+}
+
.global a.igalia.logo.home {
transform: translateX(10px);