• i am not a web designer, but i try to manage the settings myself and design the blog exactly like i want to.

    it seems that a simple thing like changing the font-size of my blog is giving me the headaches!

    where can i find the code for post title? i have changed everything around and the title doesn’t change!

    does changing the ems to pts makes any difference? because i don’t recognize ems and pts are more familiar to me, so i changed them!

    thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It depends on the theme you are using.

    You will need to use your style sheet and create new styles to override the default text sizes used in the theme. For example, using a TwentyEleven child theme you would change the font-size of the post title by adding this line to your stylesheet .entry-title{ font-size: 30px; }. This will make the title text larger.

    Thread Starter Claudia

    (@twiggs)

    hello! sorry forgot to mention that important info, i just left it on the tags. i am using codium!

    and i have been trying to change things in order to find out what will change my post title, and nothing happens! i can’t find the right line! it’s frustrating, because it’s supposed to be something simple!

    if anyone that knows codium pretty well, could help, i would love that!

    thank you!

    In Codium there is a CSS class h2.entry-title with a font size attribute, but the id #content h2 overrides it. To change the post title font-size you will need to increase the #content h2 font-size. Understand however that any updates to the theme will erase any changes you make in the stylesheet. I would suggest learning about child themes.

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