How to change font and font color on 'About' and 'Contact' pages

Hi - I’m having some trouble trying to figure out how to change the font and font color for the main title on my ‘About’ and ‘Contact’ pages - for some reason they seem to be reverting back to and older font and color that I previously used. I’ve figured out how to update the other titles/headings, but those ones have me stumped.

Thanks in advance!

Het there

This code will help, add it in the appearance > Customize > Additoanll css:

.page .entry-title {
    color: #ff432d;
    font-family: shrikhand;
}

That worked perfectly. Thank you so much! :slight_smile:

Thank you too and have a nice weekend :slight_smile: