diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 22f781a18..78de1ee9a 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -33,6 +33,12 @@ display: none !important; } +/* hide Mozilla services from the app menu */ +#PanelUI-fxa-menu-services, +#PanelUI-fxa-cta-menu { + display: none !important; +} + body > #confetti { z-index: 1; }