Change Page Title Font

Hello team. How can I change the Page Title Font. It is grey. I tried a few colours, but it also stays the same. Can I also make it bold?

Here is a screenshot.

This is the page

www.cathalocuaig.com

Thank you

Hi there

Please add this CSS code in the Appearance > Customize > Additional CSS:

.site-title {
    color: #fff !important;
}

Regards.

1 Like