yitingly said:Hello! I am installing your theme #19 and I don't know why but the like and reblog buttons do not show the heart/reblog signs, they just look like solid gray squares. Is this something I accidentally messed with somewhere? Sorry to bother! And thanks! |
That’s just in the live preview but go visit your blog and you’ll see they are there :)
windbury said:Hello, I was customizing my blog with your theme #19, and on the description, I'm using two small images (you can see them on my current theme). When I changed the theme, the images didn't work (they looked like this: imgur(.)com/zF0gJKU). Is there any problem with the code or something? By the way, you're my favorite theme maker :3 |
Thank you :3
And uhm, I think the problem is that the theme recognises the images as sidebarimages, so it automatically resizes them to 190x250px. To fix this, find this in the code:
#sidebar:hover .desc {
and then add before that
.desc img {
width: auto!important;
height: auto!important;
}valleyofdestruction said:Hey, so i've been using your theme #018 for a few weeks and it's been brill, but i just checked my blog today and the page number and next page button have disappeared. I was just wandering if you have any idea as to what could have happened? I really don't know anything about the html, so any help would be amazing! Thanks so much |
It’s your online counters, they mess with the pagination for some reason.
ecarlatte-art said:im using theme #007 and i was wondering how do i 1 change font color for my about me thing [ i changed all of the colors in appearence and none seemed to change it ] and 2 get rid of my picture on the left hand sidebar i dont really want it there... |
The colour is the normal font colour

As for your other question, find
<div id="icon"><img src="{PortraitURL-64}" /></div>
and delete it. I haven’t tested it though so it could be that the pagination and the links on the other side are affected by this change. If that happens, put the codebit back in and either choose another picture to display or another theme
hiddenview said:Hi there, I'm using theme 19 now and I love it. But since I'm a html noob I'm not sure how to put my own image into the sidebar? |
Have a look at the faq :) no HTML involved at all
halcyonique said:Hello there! Compliments on the awesome themes! I asked a few weeks ago regarding theme #17 (which I use). I used it on my sideblog which is NOT password protected but still the like button doesn't work. If there's no solution, do you have other themes which feature like and reblog buttons? If yes, what themes? Thanks a lot! |
That seemed to be a permanent tumblr bug and I updated the code a while ago, so you could just re-install it and the button will work again :)
oswald-oh said:Hey! I really love your themes :) I'm using Theme #016 "Dear me, Mr. Holmes" and I've been trying to add a header image, but I can't really find out how to do so :P Where in the coding do you insert the image and how should it be coded? |
You don’t have to edit the code you just upload it

the measurements of the image are in the theme post’s description
so-dance-fucker-dance said:I'm using theme 17- except you're boring, and while I absolutely ADORE it, almost everything is in italics and huge to a point where almost everything is unreadable, completely unlike the live preview, I've tried changing to a different theme and then back, but it doesn't help. How can I change it to a simple font and not italicized/huge? |
You opened two <i>-tags in your description but didn’t close them.
roryink said:I'm using your 017 Except you're boring and was wondering if there was a way I could add a blogroll of who I'm following? |
Yes you can :)
abastardboy said:other question, i'm sorry! for your theme 16, is it possible to have links showing instead of a blogroll (like if i have something that people must see like "how to make grilled cheese"? so, it wouldn't be under a nav or anything, just an easy link for them to get. how would i be able to do this? thanks! |
Yes, of course that’s possible but it involves some more major customisations and I don’t help with that, sorry. You’d have to edit #topblock3, that’s where the blogroll is :)
masayahingkiddo said:Hi! How can I put a background music on one of your themes? The #004 discombobulate?? I can't put a music. :( btw, I really really love your themes... especially this one but I can't put a music on it. :( |
I don’t know, ask Google :) I only help with theme issues, not with third-party applications.
abastardboy said:hi! i really like your theme 16, but the fade/hover over the main banner is kind of too dark for what i want - is there a way i can take that off so there isn't a hover at all? |
Find
#header img {
and change
opacity: 0.8;
to
opacity: 1;
rawrlsy said:Hello! I love your themes! I have a question about one of them, though. I'm currently using you "#015 The greatest puzzle you’ll ever come across," and I couldn't identify the font you use for links. I wanted to change it, but I can't search it under the HTML because I didn't know what the font was. If you could tell me, that'd be great. If not, that's alright - sorry for bothering you! |
Find this in your code
#posts p a {
font-family: 'Special Elite', cursive;
and change it to the font you want :) just make sure you close the line with a semicolon at the end
sixthterror said:Hello, I'm using your theme #11 "As a conductor of light you are unbeatable". I don't know if it's me (since I'm pretty new to tumblr) or tumblr or sth, but every time I reblog a chat, it turns out to be messed up on my blog, but when I see it on my dash it's fine. The first couple of lines are always correct, with the bold etc, but at some point it's just all text. I hope you can help me with this... Thanks in advance! |
Yes, I know, ehm … it’s because I only defined the first 2 persons and then got lazy, um.

But in my defense I have to say that back then I thought tumblr would just repeat the two after that, which … it clearly doesn’t and I’m sorry for that. You can add the rest manually if you want, if you find this in your code:
.person2 {background-color: {color: background}; color: {color: bold}; letter-spacing:0px; border: 0px solid {color:border};}
.person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: bold};}
and just go on for as many ‘persons’ as you want/need :) you can add individual styles to each person, too, like make one bold and the next italic and the next after that a different colour etc.
There’s another way to deal with chat posts and I’ve been doing that for the past couple of themes, but it involves a lot of re-coding on your part and I don’t have the time to explain rn. If it still bothers you and you know the basics to understanding HTML and CSS, you can have a look in my newer theme codes to see how I did it and apply it yourself :)