Parallax Text Color and Size

I need to change the Parallax text color and size for the paragraph text.

Hello there,

I hope you are doing well today.

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

/*Header font paragraph edit*/ .top-parallax-section p { color: red; font-size: 20px; }

Best Regards,
Support