Anonymous said:

Hi! I'm using theme 2, and I have a 'question'. Everything is perfect with the theme but I didn't like the font of title, I changed it as 'JaneAusten'. But as the original font, title looks dissolve. Because of that, I want to add an image for title. Is there a way to do this? And one more question. Because of the background I'll use, I want to lower the opacity of my posts, sidebar vs. I know you don't have to, but if you help me I will be so glad, really. Thank you :3

Sure, you can use an image as the title, just look for this:

<div class="blogtitle"><a href="/">{text:blogtitle}</a>

and change {text:blogtitle} for the code of your image, like so:

<div class="blogtitle"><a href="/"><img src="IMAGE-URL" border=0></a>

You have to upload the image first, of course. The easiest way to do that is upload it as a photo post to tumblr and save the post as a draft (or post it as private) so that you can copy the URL. I’m not sure how this will work with the fade-in of the description when the picture is too big, you will just have to try and see :)

Now, as for your other question… I’m not sure that I understand what you mean. If you lower the opacity of your posts, it will be difficult to read them and look at the pictures properly, and, well, that’s basically the whole purpose of a blog, lol. If you still want to do it, you can look for this bit

#posts {

and add an opacity: 0.8; or something like that between the {} brackets. The lower the value (0.4 for example) the lower the opacity (with 1 being 100% and 0 0%, obviously). Be sure that you add a semicolon at the end though:

#posts {
opacity: 0.8;