Support » Theme: Customizr » Change font family in header

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try this.

    .tc-header .brand .site-title {
        font-family: 'Fondamento';
    }

    Even this should work.

    .site-title {
        font-family: 'Fondamento';
    }

    Are you using child theme?

    Thread Starter grlg33k

    (@grlg33k)

    Yes, using a child theme, and neither of those seems to have any effect.

    Ah, but moving the code to the child theme style.css instead of the custom CSS box inside WordPress did the trick.

    Thanks!

    Thread Starter grlg33k

    (@grlg33k)

    Do you have any suggestions for getting the image closer to the text in the header?

    Do you mean the logo bird and the site title?

    Thread Starter grlg33k

    (@grlg33k)

    Yes, you can see in the body of that page I have the logo arranged at the end of the site title the way I would like to have it in the header. They are closer together in the body.

    Try

    img.alignright {
        padding-right: 340px;
    }
    Thread Starter grlg33k

    (@grlg33k)

    Thank you so much, Menaka, for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change font family in header’ is closed to new replies.