Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275637

    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.

    #275720

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.