• Resolved martafferreira

    (@martafferreira)


    Hello!
    Congratulations again for you wonderfull theme!
    I would like to change the font type of blog name.. it is possible?

    thanks a lot

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, @martafferreira.

    I’m glad to read that you like our theme. ??

    In order to change the font of the blog name, please use this CSS:

    .logo .header-logo-text {
    	font-family: Georgia, serif;
    }

    Add it to Appearance -> Customize -> Additional CSS.

    This is the list of so-called Web Safe Fonts – https://www.w3schools.com/cssref/css_websafe_fonts.asp or you can install some WordPress plugin that will add 600+ Google Fonts to your disposal.

    In the end, I’d like to add that Kale Pro theme has the whole section in the customizer called Custom Fonts, that allows you to adjust the most of the font positions in the theme.

    Hope this helps, but if you have additional questions, feel free to ask.

    Kind regards.

    Thread Starter martafferreira

    (@martafferreira)

    Thanks a lot for your help!

    can i ask you one more thing? how can i change the font of posts and pages?
    thanks!

    Hi @martafferreira,

    The easiest way would be to add this style to Appearance → Customize → Additional CSS:

    body {
        font-family: Georgia, serif;
    }

    You can also change heading:

    h1, h2, h3, h4, h5, h6 {
        font-family: Georgia, serif;
    }

    Kind regards

    Thread Starter martafferreira

    (@martafferreira)

    Hi Jarek
    Thanks one more time!

    You’re welcome, @martafferreira.

    Could you please mark this thread as “Resolved”.

    Thank you for your time.

    Thread Starter martafferreira

    (@martafferreira)

    Of course! Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font Type Blog title’ is closed to new replies.