badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Smaller Font Our Team Page

#25855

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!