.view-home #loc .loc-home {
display: none;
}
<body> tag.class="is-admin" to the <body> tag if a logged-in user belongs to the administrator group.
body:not(.is-admin) #sect-nav {
display: none;
}
.menu-notifications .notifications-count {
background-color: crimson;
}
<!--- Create a comma-separated list of the spaces where the user has the read permission,
and put it into the "readableSpaces" variable. -->
<var.set name="readableSpaces">
<projects.read>
__project.name__
<loop.last not>,</loop.last>
</projects.read
</var.set>
<!--- Create a list of the public spaces
and put it into the "publicSpaces" variable. -->
<var.set name="publicSpaces">Bulletin,FAQ,Forum</var.set>
<!--- Check each space in the list.
If a space is in the public spaces list, do nothing. -->
<foreach list="${readableSpaces}">
<compare.contains "${publicSpaces}" "__foreach.current__">
<!--- Ignore! -->
<else>
<!--- Draw the blue button. -->
<a href="/traction#/dashboard&proj=__foreach.current__">Members' Page</a>
</compare.contains>
</foreach>
support_site_structure.png
frontpage_example.png
comparison.gif
custom_css.png
tabs.png
default_badge.png
red_badge.png
green_menu.png
members_page_button.png
after_customization.png