Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #335607
    lankyman26
    Participant

    Hi. The beautiful font of Christmas Bell has vanished from my installation. How can I correct this? I’ve had to install a font plugin temporarily, but I’d rather have the original theme font.

    http://www.free-city-guides.com

    Thanks

    Andy

     

    #335628
    minal
    Keymaster

    Hello @lankyman26

    It seems the font plugin overwrites our theme’s default font,

    default font for heading and site title or so is ‘Amatic SC’, cursive so try to add this font from your font plugin if available or you can add the following CSS snippets

    #site-title, 
    .site-title, 
    #site-title a, 
    .site-title a, 
    .entry-title, 
    .entry-title a, 
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6, 
    .widget-title, 
    .elementor-heading-title {
       font-family: 'Amatic SC', cursive !important;
    }

    to add that CSS please go to Dashboard>> Appearance>> Customizer>> Additional CSS

    Hope it works for you !!

    Sincerely,

    Minal

     

     

    #335632
    lankyman26
    Participant

    Hi. Thanks for the advice. I deactivate the  font plugin and the CSS worked for the header image ‘button’, but not for the site title etc, but then on reactivating the font plugin and setting it to Amatic SC sorted those. Something is still overriding the theme font settings but I have no idea what. Anyway, it looks like I want it to again, so it’s fixed. Great theme…

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.