diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 8218e2ebf..43c7ff56d 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -23,6 +23,12 @@ display: none !important; } +@media -moz-pref('zen.theme.disable-lightweight') { + #customization-lwtheme-link { + display: none !important; + } +} + .private-browsing-indicator-with-label { display: none !important; }