September 17, 2006
If you've accidentally discovered that labels will still be listed for a post with the old templating system (like I have), then you must be a bit annoyed that you can't change the way they look. A closer inspection of the Blogger-generated HTML reveals that the labels (e.g., "Labels: Blogger Beta, hacks") are enclosed in a paragraph (p tag) with a CSS class of "blogger-labels".
If you know how to edit your blog's template (I've written a short how-to here), it's a simple matter of handling the blogger-labels class by editing your stylesheet. This is how I made the labels look just a bit smaller than the entry text:
Next hack: How to change the way the labels are listed. I want to change the header from "Labels: " to "Filed under: " and get rid of the comma delimiter. Haven't found a way so far.
If you know how to edit your blog's template (I've written a short how-to here), it's a simple matter of handling the blogger-labels class by editing your stylesheet. This is how I made the labels look just a bit smaller than the entry text:
.blogger-labels { font-size: 0.86em; }Next hack: How to change the way the labels are listed. I want to change the header from "Labels: " to "Filed under: " and get rid of the comma delimiter. Haven't found a way so far.
Labels: Blogger Beta, hacks
EXCELLENT advice! THANKS!
Thank you!
Was worth the half hour I spent on google trying to find this page. Even got them all uppercase :P
Thanksss (: