Font size on front page

Hi,

Is it possible to change the font size on the front page of my website?

the texted in question ‘Independent Historic Environment Consultancy’ seems a little small against the main text and i want to make it bigger?

thanks

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.


.mb32 p {
    font-size: 16px;
}

Best Regards,
Support