diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/westminster/base.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/westminster/base.scss b/web/cobrands/westminster/base.scss index 3820c8fea..06504be32 100644 --- a/web/cobrands/westminster/base.scss +++ b/web/cobrands/westminster/base.scss @@ -230,3 +230,12 @@ ol.big-numbers>li:before { .item-list__item--expandable__actions a.btn--primary { display: none; // No updates } + + +.my-account-buttons--email { + display: none; // hide 'change email' link +} + +.my-account-buttons a.change-password { + display: none; +} |