Hello,
I need to make the font on the names smaller on the Our Team Template. Please advise how to do this.
Thanks, Leigh
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!