Home page text below image

Hi Support.

Website here: maai-ma.com

What is the CSS code to change the text below the full width image - font size, color and boldness?

Thanks.

Hello there,

I hope you are doing well today.

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


/*Change paragraph font attribute*/
p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 100;
    color: black;
    font-size: 12px;
}

Best Regards,
Support

Yes, that worked!

Thanks.