1) Open file content-meta and add this on bottom:
<div class="metatags"><?php the_tags('',''); ?></div>
2) Open file style and add this:
.metatags a{
background: #00CCCC;
border-radius: 3px 3px 3px 3px;
text-transform: lowercase;
color: #fff;
display: inline-block;
font-size: 12px !important;
margin: 0 2px 5px 0;
padding: 3px 10px;
font-family: 'Georgia',serif;
font-style: italic;
text-shadow:none;
}
3) Remove this:
article .postmeta a {
color: #666;
}
Guido