This will allow you to change the background of the attendee listing "card" in your Attendee module.
Before | After |
![]() |
![]() |
Code:
.person-list-item {
background: #AAA8F0;
}
In order to customize the colors, you will need to fill in the hex codes for the colors (hex codes start with #, and can be seen below as #fff and #635fd9. A great resource for finding the hex code for the colors you want is http://www.colorpicker.com/.
Comments
Article is closed for comments.