Hello Neil-
Thanks for reaching out, and for using BoldGrid’s WordPress Website Builder suite of plugins.
The Travel Lite theme isn’t a BoldGrid theme, and from what I can tell by trying it out it doesn’t look like it has any way to customize the Page Title’s color or add additional Google Fonts, like Bilbo.
In order to add the font, I’d recommend using a plugin like Google Fonts Typography.
Then, you can use the Travel Lite’s Additional CSS menu to add these lines:
h1.site-title {
font-family: 'Bilbo','Oswald',Impact,Helvetica,sans-serif;
color: #0f014f;
}
.label-text h3 {
font-family: 'Bilbo','Oswald',Impact,Helvetica,sans-serif;
color: #e5c55b;
}
I’ve added fall-back fonts to the one included with the theme, Oswald, and its fall-backs as well, just in case you don’t have the Bilbo font installed yet.