Anonymous inquired:
everyones obsessed with your themes

Thank you? I’m not sure if this is supposed to be a compliment or not, but I’ll take it as one.
Anonymous inquired:
Can I remove the credit of one of your themes? I mean, don't remove it, just move it of place. I want to put the navigation there, but I'll continue to give you the credits on the nav, please, please pleaseee<3.
That’s alright with me. Thank you very much for asking my permission first. :-)
Anonymous inquired:
I'm trying to add more links to theme 20 but I'm getting weird spaces between links 7, 8, and 9 when I add a row after. Any idea what I can do to fix it?
Try making sure that the links you want to be on the same line do NOT have a <br> after them, but those you do want on the same line DO.
Anonymous inquired:
Hi! I'm sorry to bother you, but I'm using your Theme 019 (which is really lovely and amazing!) and I had a question about something. I'm trying to put a background image in the navigation bar, but when I do, it makes it a tile background, so the image repeats over and over again. Is there any way to fix this to make it so that there's only one image that shows up? Thank you so much! :D
You’re very welcome! Just find this bit after #navbar
background-image:url(‘{image:navbar}’); background-attachment:fixed
and replace it with this:
background-image:url(‘{image:navbar}’); background-attachment:fixed; background-position:bottom left; background-repeat:no-repeat
Anonymous inquired:
I love theme #17, Chocolate covered strawberries, but I don't know how to add images to the sidebar. I was wondering if you could help?
Just upload something into the slot labeled “sidebar” and then click on the checkbox labeled “show sidebar image.” :-)
Anonymous inquired:
For theme 025, is there a way to make entries closer together?
Find this bit:
<BR><BR><BR>
{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
And delete a <BR> or two. :-)
Anonymous inquired:
I'm using your 8th theme, and my title doesn't seem to show up. Help?
That theme doesn’t have codes for the title to show up. If you’d like it to be in your sidebar, you can just put it in your description.
Anonymous inquired:
Heyy, I have a question uhmm how do you add the title at the topbar for THEME 012 - STRAWBERRY SYRUP? I wrote the title but it just didn't appear :/
Anonymous inquired:
hi, i'm just wondering... i'm using one of your themes. the toffee something one.. um, is it infinite scroll?
Anonymous inquired:
Is there a way to change the font of the titles in your themes? More specifically on 11 and 18....
Any theme with a fancy font can have that font replaced pretty easily, either with a different fancy font (I get mine from Google Web Fonts) or a regular font, such as Georgia. Just look for something like this near the top:
<link href=’http://fonts.googleapis.com/css?family=Miniver’ rel=’stylesheet’ type=’text/css’>
The name after family= will be the name of the fancy font. You can then find every other occurrence of it and change it to any of the regular fonts or something fancier, but for fancier fonts, you’ll have to replace the top code, too. I may write a tutorial on that in the future.