Skip to main content

On the Group Directory page, we don't style the list of groups much by default. Here's a typical group list:

Screenshot 2016-04-29 09.27.03

You can easily add more definition to this list by adding CSS to style the box for each group and also to change the way the group name is presented.  For example, try adding this CSS:

/* group directory  improvements*/
.h-group-box {
border:1px solid #dfdfdf;
padding:10px;
}
.h-group-name h4 {
text-transform:uppercase;
font-weight:400;
font-weight:1.1rem;
}

Your directory would look like this after adding that CSS:

Screenshot 2016-04-29 09.30.21

Attachments

Images (2)
  • Screenshot 2016-04-29 09.27.03
  • Screenshot 2016-04-29 09.30.21

Add Reply

×
×
×
Link copied to your clipboard.
×