#1 and #2 are easy enough with CSS although #2 can only be hidden with CSS rather than removed (but you could do it with layers):
.entry-poster { color: transparent; }
.entry-poster span + span { float: left; }
Not sure what you mean by #3 but pretty sure it's doable with layer editing. Sorry I can't say more right now but poke me and I'll get back to you if nobody beats me to it. ;)
no subject
.entry-poster {
color: transparent;
}
.entry-poster span + span {
float: left;
}
Not sure what you mean by #3 but pretty sure it's doable with layer editing. Sorry I can't say more right now but poke me and I'll get back to you if nobody beats me to it. ;)