• Resolved atnjanet

    (@atnjanet)


    First of all, thanks for the wonderful theme.

    One thing that I want to adjust on my blog is to enlarge the font size of the post text as well as the sidebar text. I’ve been searching over the css file to see if there’s any place for me to do that but my knowledge on codex is very little, so nothing really happened (I also didn’t want to mess the whole thing up so I stopped doing it myself). Could anyone tell me if there’s any specific place to adjust (or add something to) the codex to achieve my goal?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    You can place any changes that you want inside style.css or default.css file. In order to increase the font size of your theme, you could do something like that:

    body {
    font-size: 15px;
    }

    The only problem is that with that you’ll lose any changes in future updates. In order to make things easier, you could also add https://www.ads-software.com/plugins/simple-custom-css/ and add the extra code there. This way the changes won’t have an impact when you’ll update the theme.

    Thread Starter atnjanet

    (@atnjanet)

    Hi,

    I followed your instruction and it worked out perfectly. Thank you!

    You’re welcome! Happy i could help!

    I’m marking the thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enlarge post font’ is closed to new replies.