There are four headline meta styles that come with thesis. Not to be confused Header Headline and H1 Tags formatting. For instance, when you are logged in and see page/post, this is the [Edit] text you’ll see
In your custom.css file add the following code….
/*————————————————*/
/* Headline Meta Settings
/*————————————————*/
.custom .headline_meta {color: #888888 ;}
.custom .headline_meta {font-style: italic ;}
.custom .headline_meta {font-size: 1em ;}
.custom .headline_meta {line-height: 1.8em ;}
Source:
http://www.thesishacker.com/change-the-headline-meta-styles

