I have already enabled custom CSS class for all avia members.
Now would like to set font colors for team member job title to white for some of the team members and control font size with custom css.
Hey!
Try adding this code to the Quick CSS:
/* Title color */
.maa_team_member .team-member-name {
color: white;
}
/* Description font size */
.maa_team_member .team-member-job-title {
font-size: 16px;
line-height: 22px;
}
Cheers!
Josue