I was wondering if anyone knew how to help me with changing the appearance of my tags. They look like oldschool links (underlined and blue) and it's very garish - it clashes very bladly with the rest of my theme. I'm unfamiliar with CSS coding, but all instruction helps! Here's a link to my blog to see what I'm talking about: http://spanz-spectral.tumblr.com/
|
Thanks to building on what you guys already gave me (found via Google), I’ve finally gotten this to work exactly how I hoped with the Munich theme. So here’s what I did: go into Customize → Edit HTML. Select the giant chunk of code you find into a Notepad .txt file to make it easier to work with. Right, now scrolling through the top of it, you'll find a bit that says
This will basically tell your theme how to handle your tags when you add them, so they don’t end up bright blue and clashing with everything. Now, scroll down and you’ll find lots of sections for formatting individual types of entries—the first one for me is
You need to go through and add this at the bottom of each type of entry, being careful to always put it before the last |
||||
|
|
|
I realize this post is old but maybe you or someone googling this thread will find this helpful. I also use that theme, Munich, and use this to display my tags:
It's just cobbled together with the little HTML I know but it works. Just put it in every "type" of post, look for the headers that look like {block:Link}, there should be 7. Put this at the end right before the
|
||||
|
|
|
I know how!
Look for {block:HasTags} in your theme HTML. Around the
I hope that helps! Now I'm just trying to figure out how to automatically place a comma after each tag, but not when there is just one tag displayed. ;__; |
|||
|
|
{block:HasTags}block), it is impossible to tell what can/needs to be changed and how. – Circeus May 23 '12 at 21:02