Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38661
    Neil
    Guest

    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 – #e5c55b

    Similarly for the Title of my page (Whatever South Africa) to
    FONT – BILBO
    COLOUR – #0f014f

    I am a novice and certainly not au fait with CSS
    Appreciate any assistance

    Kind regards

    #38730
    Jesse Owens
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changes to Site Header Font in the Travel lite theme’ is closed to new replies.