Okay
  Public Ticket #310692
Fonts for our team
Closed

Comments

  • Paul started the conversation

    I'm having trouble modifying the fonts and how they display for a page that is using "Team Member" shortcode. Any help would be much appreciated.

  •  8,454
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .row .col .team-member h4.light {
        font-size: 14px;
        line-height: 24px;
    }
    
    
    .team-member * {
        font-family: 'Open Sans';
    }
    
    Thanks 


    ThemeNectar Support Team