• Resolved calibear

    (@calibear)


    Hi,
    I’m looking to change the font of the tagline. I don’t see the option in menus? The font is throwing off the whole style a bit.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you for trying Kale! we appreciate it.

    You can change the font only with code from Appearance > Customize > Additional CSS.

    For example you can add this code and the tagline will use the Lato font ( already used for paragraphs )

    .tagline { font-family:inherit; }

    If you want to use another font you can change the code respectively

    .tagline { font-family: 'Open Sans'}

    just make sure you have the font installed.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the font of the tagline?’ is closed to new replies.