I came across a post of yours at the WordPress forum (), in which you were asking how to customize the default text that comes with a password-protected post.
While I know no way to edit the message, the following CSS code, at least, lets you specify if it should be aligned left, right, center, or justified:
Tetanus said,
January 13, 2009 @ 1:53 am
Hi there,
I came across a post of yours at the WordPress forum (), in which you were asking how to customize the default text that comes with a password-protected post.
While I know no way to edit the message, the following CSS code, at least, lets you specify if it should be aligned left, right, center, or justified:
div.entry-content form,.center {
text-align:left;
}