For theme 16, is there a way to make tags not appear in caps?
Search for ".per a{" and get rid of "text-transform:uppercase;"
However, this will also change the links above it. So the "Time ago (Notecount) - Reblog" will change as well.
#interview with the vampire#iwtv#sam reid#jacob anderson#amc tvl
seen from China
seen from Russia
seen from United States
seen from United Kingdom
seen from China
seen from Kazakhstan
seen from Brunei
seen from China
seen from China
seen from Philippines
seen from China
seen from United States

seen from Romania
seen from Sri Lanka

seen from Belgium
seen from Russia

seen from United Kingdom

seen from Kazakhstan

seen from Türkiye
seen from China
For theme 16, is there a way to make tags not appear in caps?
Search for ".per a{" and get rid of "text-transform:uppercase;"
However, this will also change the links above it. So the "Time ago (Notecount) - Reblog" will change as well.
I'm using theme 20 and the background for permalink/tags is really weird. It like flickers for a second if that when I hover over it and then isn't there at all. I know a bit of html but I have no idea where to start to fix this problem. Help would be greatly appreciated.
Hi there,
Search for ".info" and delete these two lines:
background-image: url('{image:Background}');background-attachment:fixed;
That should fix the problem.
I'm not sure if this counts as "excessive customization", but is there any way to show the number of notes without clicking into the post in the Bubblegum theme? Thanks... ^.^;
Hello, search for:
posted: {TimeAgo}
and add
{block:NoteCount} {NoteCount} note(s){/block:NoteCount}
after
Hi. First off, I love your themes. They are some of the best I've found, very clean and very customizable. Now, to my problem. I'm using #6, "Vanity" and I was wondering if there was a way to turn off or remove the color overlay on the posts. Thank you very much for putting your themes up and for any help you can offer.
Hello,
Thank you for the compliments. :) And yes, you can. That reminds me to go back and add the fading images option to that theme.
Search for ".entries img" and ".photo"
Both of them have "opacity:.7;"
Change the opacity from .7 to 1
Hello! Um, I was wondering how do I put a Image opacity on Photosets aswell as Photos? I entered a code, but it only worked on single photos. Do I have to create a class and then enter it into my Photo settings code part in my HTML?
Hello,
What I do is create another div class. For example, adding this to the css:
.photo { opacity:.7;}.photo:hover{opacity:1;}
And then I would put that div class around Photos and Photosets. So,
{Photo-500}
{Photoset-500}
Of course, you would have the rest of the coding around it the blocks and whatnot, but that's just for the example. :)
Hello, ~ I was just wondering -- since I have not seen this question asked, of course, I could be wrong -- How is it you keep grid posts together? Like, under eachother closely? Whenever I try to do it on my own with the themes I make, the grid always has gaps because of post lengths. Is there any specific code I would need to apply that keeps the posts under eachother without the length gap?
Hello,
You have to put the posts in another div, a "container", so to speak. And you have to give that container a fixed width. For example, if your posts are 250px in width, with a margin of 10, then you want the container to be at least 530px in width.
You're welcome to look at my Serendipity theme as an example.