Tagged: 3rd Party Themes
- AuthorPosts
- June 1, 2021 at 3:53 pm #38661NeilGuest
Greetings
I am linking to change the FONT and FONT COLOUR for the Front Page Heading on my site
I am using the Travel Lite theme.
The current page title is too transparent with my background image and i would like to change it to
FONT – BILBO and
COLOUR – #e5c55bSimilarly for the Title of my page (Whatever South Africa) to
FONT – BILBO
COLOUR – #0f014fI am a novice and certainly not au fait with CSS
Appreciate any assistanceKind regards
June 1, 2021 at 7:29 pm #38730Jesse OwensKeymasterHello 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.
- AuthorPosts
- The topic ‘Changes to Site Header Font in the Travel lite theme’ is closed to new replies.