My blog is at http://www.emmalina.org
At the moment, the text below my blog post title (published on, categories and comments) is very small and barely readable to me. I'm wondering how I could make it larger? I am using the K2 theme.
My blog is at http://www.emmalina.org
At the moment, the text below my blog post title (published on, categories and comments) is very small and barely readable to me. I'm wondering how I could make it larger? I am using the K2 theme.
Hi,
It's not that smaal (anymore?)
Find it in your theme's style.css under:
.entry-head .entry-meta {
min-height:16px;
}
style.css (line 513)
.entry-meta {
color:#BBBBBB;
font-size:1.1em;
line-height:1.6em;
}
and change this line to: font-size:1.2em;
On a general note for this kind of editing your "looks":
Get Firefox and then the free Firefox addon Firebug. You can then click anywhere in your site and see what piece of the css influences that piece of your site and you can even make changes but not save them, so it is safe to practice.
This topic has been closed to new replies.