Letter Sizes and Fonts

Latest Reply from Dave at 2013-06-14 08:39:30
Hello,

First of all, thanks a lot for your great themes, they are terrific.

Now, I would like to ask you, if you can help me on how may I change the letter size and font.

The theme (and other themes of yours) are really great and till now I have seen that only the fonts and the sizes are not optimal, so if you could help me with that, I would be really grateful.

Thanks a lot in advance!

Alex
Hi!

It depends on the location of a text you would like to resize. For example, to change the font size in content you have to edit the following code in the file css --> index.css:
.articles .post-body { overflow:hidden; padding:0 0px; padding-bottom:20px;	font-size:13px;	line-height:18px;}

to change the titles of your post/pages you need to edit this code in the style.css:
a.post_ttl {
font-size: 16px;
font-family:'OpenSansBold';
color:#fff;
text-shadow:0 0 2px #3077a6;
}
and so on..=)

Leave a reply

Add codeAdd image