Change the font size of Position on Team Person widget

Hi I want to change ( minimize ) the font size of Position on Team section- Person widget
I tried <h1> and <font size=> and stuff, didn’t work.
I might need some help with custom CSS code please help!!! :slight_smile:

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Team section font size*/ h6 { font-size: 17px; }

#team .section-content .person .person-content p {
font-size: 12px;
}

Best Regards,
Support