How to reduce title font size in Ride Theme?

Hello! Is there anyone who knows what code to use to decrease the size of the Title on the Pages, they are so very big in the Ride Theme.

Thank you,

Cathy

https://www.everydaypeopletypewriterpoems.com/pages/weddings-events-entertainer

Hi,

To change the title font size, please add the code below to assets/base.css file.

h1.main-page-title.page-title.h0 {
    font-size: 36px !important;
}

You may change the 36px to different font size to fit your needs.

Hope it helps.

Thanks.

This worked like a charm! Thank you David!