Font size and color of the text in the Team section.

Hi all,
I was wondering if someone could help me with changing the font and color of the team’s section of my website bombaylocale.com.
Can it be done easily? What do i need to do for that?
Much appreciated.
[email protected]

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the team section fonts and color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Team section fonts*/
.front-page-section .section-header h3 {
    color: #545454;
    font-family: monospace;
}

#team .section-content .person .person-content h6 {
    color: #5e5e5e;
    font-family: monospace;
}

#team .section-content .person .person-content p {
    color: #22313F;
    font-family: monospace;
    font-size: 16px;
}

Best Regards,
Support