1 |
Watched Workshop Replay |
« All workshops
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 Discussions
Kim from AccessAlly
.communityally-shortcode-new-activity {
display: none;
border: none;
}
Example: Out of the box without the coding shown above.
Outcome: CSS coding used to hide this section. Makes the pinned discussion the main focus of this page.