The elements of the Scribometer are highly selectable using CSS. You can edit your stylesheet and use display: none to hide almost
any element of the Scribometer. For instance, if you don't want to display the widget title, try this (assuming your theme uses h2 for your titles):
#scribometer h2 { display: none; }
Thanks. I think. Try styling the link by editing your stylesheet. Cut and paste the CSS code below to start with:
#scribometer-link {
font-size: small;
font-style: italic;
text-align: right;
}
That's a little more tasteful, isn't it?




