June 23, 2015 at 5:23 am
#25855
Theme Horse Support Team
Keymaster
Hi Jeff,
To make the font on the names smaller on the Our Team Template Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button
#content .widget_our_team .our-team-name {
font-size: 15px;
}
Note: You can increase and decrease the font size by changing the above 15px value
Thank you!