You can get rid of two links if you want to, it just involves going into the code. You’d want to get rid of
<div class="spider2"><div class="ball">{text:Link 3 Short Title}</div><a class="fly" href="{text:Link 3 URL}">{text:Link 3 Title}</a></div>
<div class="spider3"><div class="ball">{text:Link 4 Short Title}</div><a class="fly" href="{text:Link 4 URL}">{text:Link 4 Title}</a></div>
Be careful not to delete any more code than that. It will seriously screw the theme up if you do.
As for the About page, if you’re using a customized About theme, when you make the page you have to set the layout to “custom layout”. See tutorial here.
Hope this helps!
Which redirect theme are we talking about? I’ll just do both :)
1. The easiest way is through my blog. Click here for 001 and here for 002.
2. The easiest way is to click the “RAW” link (hover over “About this theme” — The link should be red). When you’re on the page with the code, select all and copy.
3. Go to the tumblr customize page.
4. Under the theme display box, click “Edit HTML”. Select all the code and paste in the code of the URL Redirect theme.
5. For URL Redirect 001:
6. For URL Redirect 002:
And there you are :)
Hi! I’m glad you like them :)
If you know the numbers of the themes (001, 002, etc) you can go directly to my pastebin, which is found here.
Once there, you can click on the one you want. The code will appear TWICE, so make sure to copy it from the second one (it’s a smaller box, it looks more like plain text, and the lines aren’t numbered).
Hope that helped!

I’m glad you like it!
Thats probably a mistake in the code (I’m human!) that I will fix when I get back. In the meantime, in the code if you find {Description} (in the second half of the code, where it’s all white and green text) there should be a URL in there that you can replace with the URL of the picture you want.
Im sorry I can’t be much more help on an iPod, but if you’re still havin trouble I will be happy to help when I’m back in a week.
I believe all the defaults we’re set to how the theme appears in the preview. I can’t check for another week or so, but I will definitely double check for you then.
If you view the page source (right click and select “view source”) you can find what colours are used in the preview blog.
Thank you so much!
Yes! That’s my fault, and I’ve just gone into the code and fixed it.
If you don’t want to grab the pastebin code again (and I wouldn’t, it’ll change all your colours back to default, I think) here’s what you should do:
Go into the HTML (hit Custom HTML on the customize page) and find
iframe#tumblr_controls {
top: 0% !important;
right:0% !important;
position: fixed !important;
}
and replace it with:
iframe#tumblr_controls {
top: 0!important;
right:0!important;
position: fixed !important;
}
And that should fix the problem :)

Removing the title from theme 001 is pretty simple:
On the customize page (http://www.tumblr.com/customize/YOURURL), on the left hand side under all the colour options you will see:

Simply uncheck “Show Title” and the title will disappear.
I’ll make that alteration to the code and cross my fingers… and then I’ll do a re-release and let you know it’s done!
