Change page title font and how to center

Hello,

How do i change the page title font and how do I center it?

Thanks,

Alejandra

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the page titles by going to Appearance > Customize > Additional CSS and pasting it there.

/*Page title*/ h1.entry-title { text-align: center; font-family: monospace; }

Best Regards,
Support