Support » Themes and Templates » CSS – Increasing font size (revolustion code blue theme)

Viewing 1 replies (of 1 total)
  • It looks like you’ll just have to change one line in this file: http://atsbookstore.com/wp-content/themes/code-blue/code-blue_30/style.css

    Near the top you’ll see this line: “body {“

    A few lines down from that, you’ll see this line: “font-size: 13px;”

    Just change the number. However, certain browsers don’t like resizing fonts if the size is specified in pixels (px). To solve that problem, you can specify the size in ems. For example, you can change that line to read “font-size: 1.2em;”

    Play around with that number until you get what you like.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS – Increasing font size (revolustion code blue theme)’ is closed to new replies.