• I’ve made a child theme, and I was just wondering how to change the font size for the default text. I have to put some CSS into the bottom of style.css for the child theme, right?

    Sorry, I’m new to WordPress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter words2us

    (@words2us)

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have to put some CSS into the bottom of style.css for the child theme, right?

    Yes. Once you identify the CSS for that font, you can append the new CSS to the bottom of your child-theme/style.css file after the @import line.

    The Firefox extension Firebug is really useful for finding out which CSS needs updating.

    Thread Starter words2us

    (@words2us)

    OK, thanks Jan, I’ll try that now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing font size on a child theme’ is closed to new replies.