a-joshifer-shipper said:

I don't know if this has been asked but I'm using #002 but the font is to small for the fanfictions I write, is there any possible way to make the font bigger?

Find

body {

(it’s very much at the top of the code) and change

font-size: 11px;

to the size you want.

maidenofmacabre said:

I'm using your "002 prepare to burn" theme for the second time and I noticed that the links that appear above the "last words" that re-direct you to previous posts isn't visible on the theme all of a sudden... Help? =/

Well, it’s still there in your source code so I guess the problem is that you added too many links to the navibar so they kind of … pushed the pagination bit off? Maybe try deleting a few of them and see if that helps. :)

summerofcliches said:

In theme #002 (which is lovely) do you need to have a side bar image for the description to show up? Because I don't have one and when I hover over the title, it doesn't pop up. c:

Yes you do, because it provides the space your description can show up on. Like, if you don’t have a sidebar image the sidebar is too small and the description does pop up, but you won’t be able to see it :)

snufflechopsplastic said:

Hey, can you help me with something? im using the '#002 Prepared to burn' theme and i cant find my title or description. Can you help?

The title that shows up on the page is an individual title that you have to add in the Appearance section of your customize page (where you add the links, change the colours etc). And when you then hover the title on your blog, the description slides down.

I mention all of this in the description of theme 002 though :)

sknextgeneration said:

Hi! I am using #002 Prepare to Burn. My Co put it up and I am not a good Theme oriented person so I see that the sidebar image width is 220 but I'm confused as to what the height would be since I'm making a graphic to fit in that spot. Thank you for your help.

The height doesn’t matter, the sidebar will adjust to anything :)

sturaida said:

Hello there! I'm using your #002 theme (I found it perfect for a Christmas layout) and was wondering if there's a way to enable infinite scrolling? I looked through the answered asks of this specific theme and the FAQ but I didn't find anything pertaining to my question.

Hi :)

I think it’s probably possible but I personally don’t like Infinite scrolling, that’s why none of my themes have it and I never looked into how to do it, sorry. If you google it I’m sure you can find a tutorial somewhere :)

nobodyeveraskedformystory said:

hey! i was just curious i got the #002 prepare to burn theme off you (love it btw) was wondering if there's someway of making it into a two/three column theme!? thanks :D

Probably. If you want to try it you can check out this post. :)

the-mortaldevices said:

im using the ''prepared to burn" theme and am just confused on where to past the codes/picure links to allow it to show up in the sidebars. thanks for the help!

You don’t have to edit anything in the code for that, you just upload it in the Appearance tab (where you change colours etc). If you still don’t know how, please refer to my faq :)

wizardlightningbattle said:

I was wondering how you get words to appear above your icon and directly below the page numbers on the sidebar. This is for the second theme, in your example the text says "I am you, remember?"

There is a box in the Appearance tab that says “last words”, whatever you put in there will appear on the sidebar above the icon :)

apfelgranate said:

Hi, I had a question regarding this theme: #002 Prepared to burn. I've installed it and everything is working so far except neither the title nor the description show up on my page, even though they're present when I go to the customize page. Do I have to edit the html code for them to show up?

Make sure you have added the right title, which is not the one above the description but the blogtitle that you can add in the Appearance tab (where you change the colours etc). When you then hover that title on your blog the description fades in.

seopas said:

Hello! How do you put a sidebar image and background image in theme #002? In the appearance page, there is no "Upload" button in beside Sidebar and Background. Are there any other options? Please reply asap :) Definitely love your themes!

Sometimes, tumblr has technical issues, so it’s best to wait a bit and try again later. If the buttons still not appear, look through the code for this

background-image:url('{image:Background}');

and this

<img src="{image:Sidebar}"> 

and replace only {image:Background} and {image:Sidebar} with the full URL to your images. Of course, you need to upload them somewhere first.

youngestrose said:

Hey, I'm using theme #002 and even though I have a title listed in the "title" box in the customize tool, all I get is a blank box on my actual page. Any idea what's going wrong? I'm trying to use it for ladyjeyneofthecrag thanks!

My guess is that you didn’t put it in the right title box? There are two; the one above the description, and another one where you add the custom links and change the colours etc. It should be called blogtitle and that is the one showing up on the page.

ashmo-always-young said:

Sorry I am very bad at HTML and I used your theme 002 and I don't know why my description and blog title isn't showing up. I have a feeling I did not put it in the correct place. Can you instruct me on where I need to put my description and title within all the coding?

You don’t need any knowledge of HTML whatsoever (and this is also at least the third time I’m answering this, please read the FAQ next time). This is where you put your description:

and this is where you put your title; only I changed the code and it now says blogtitle instead of title (didn’t update it on my livepreviewblog), but it’s still below the part where you can add your custom links. All in the Appearance tab of your customize page:

midnight-lady said:

Thank you for your answer .. i fixed the time .. about the sidebar2 what i meant was the circle under the (ask) titles ,, i tried what you said and it changed the background i only want to change the circles ..

Oh, right. Sorry, I thought you meant the whole sidebar. In that case just put it after

#navilinks a {

midnight-lady said:

Hello sweety ,, i love your theme they r very unique and well-organized ...I am using theme #002 Prepared to burn ,, I would like to know how can i change the navilinks background to a pic and what the size will be ?? also i would like to add the time of the post below the date like in theme #003 Wrong day to die .. i hope you could help me .. Thank you for your generosity and for sharing your wonrful theme..

Hi, thank you :)

The navilinks? You mean the sidebar? Search for

#sidebar2 {

and add

background-image: url('YOURIMAGEURLHERE');

idk the size, you’ll have to try and find that out yourself. For the time search for

<a href="{ReblogURL}" title="reblog this post!">»»»</a>

and replace it with

{12Hour}:{Minutes}{AmPm}