Sidenav FAQ
Updated over a week ago

How do I make Image Only Community Cards?

The community cards that are shown are the standard Thinkific community cards that come from the theme. You can add this code to a Swiss Embed section and place it on the page.

<!-- make community cards image only -->
<style>
.student-dashboard__communities .community-card__body,
.student-dashboard__communities .card__header,
.student-dashboard__communities .card__body{
display:none;
}
</style>

How do I change the color of the My Communities heading?

You can add this code to a Swiss Embed section and place it on the page.

<!-- change color of communities heading text -->
<style>
.student-dashboard__communities .section__heading,
.student-dashboard__communities .student-dashboard__communities-heading
{ color: #FFFFFF;}
</style>

Did this answer your question?