- Help Center
- Check-in
- Settings
How to make allergies and notes stand out on a label?
How to make allergies and notes stand out on a label during the check-in process in Churchteams?
First, go to Settings / Members / Custom Attributes page and find the allergies attribute and by clicking on the name you will see AttributeID in the address bar. Copy that number and go to Check-in, Views/Setup, click on the view and go to B6 and find the below code and paste in the number after #cad, like you see below.
/* Child label custom attribute (such as Allergy/Child Notes) font size and formatting control. #cad123456 where 123456 is the Custom Attribute ID which must be found on the Settings / Members / Custom Attributes page by hovering over the name and seeing the AttributeID */
#cad123456 {
font-weight:bold;
font-size:1.2em;
background-color: black;
color: white;
}