Skip to content

Commit

Permalink
Merge pull request #97 from ImperialCollegeLondon/hide-communities
Browse files Browse the repository at this point in the history
Hide communities navigation links
  • Loading branch information
cc-a authored Dec 17, 2024
2 parents 49ca923 + 7804668 commit bb0b800
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/less/site/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,15 @@
background-color: @whiteSmoke;
}
}

a[href="/communities"] {
display: none !important;
}

a[href="/communities/new"] {
display: none !important;
}

a[href="/me/communities"] {
display: none !important;
}

0 comments on commit bb0b800

Please sign in to comment.