« All workshops

CommunityAlly Discussions

Kim from AccessAlly
1
Watched Workshop Replay
  • Participation Link (see this live inside my demo site!)
  • Teach Yourself HTML and CSS
  • AccessAlly 101
  • Code Examples In this workshop custom CSS was used in a few places. The most prominent one is within the course week pages of the discussion view. I'm sharing the code example used to "hide" the post update box so only the discussion is displayed. .communityally-shortcode-new-activity { display: none; border: none; } Example: Out of the box without the coding shown above. Post Update Section Outcome: CSS coding used to hide this section. Makes the pinned discussion the main focus of this page. Discussion Feed Outcome