katsuko: image of a lighthouse (Default)
Katsy Wheeler ([personal profile] katsuko) wrote in [community profile] style_system2012-02-14 10:01 am

Eliminating "no subject" from journal entries

Hi, all. I've been on DW for a while now (although I only just got around to transferring one of my communities) and I'm trying to figure out how to get rid of or, alternately, change the "no subject" text for entries.

I don't always have a title for posts I make, and I would like to do something creative with the text like I did on this entry at Livejournal; I actually set that text in the options for the layout since the option to change "no subject" text is built into the coding.

Also, I can't stand the whole (No Subject) "title" showing up when I'm being lazy. Is there any way I can work that? I tried going through the tags, but haven't been able to turn up anything beyond removing "no subject" from comments....
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2012-02-14 03:20 pm (UTC)(link)
Something like this should work (in most browsers):

.entry-title a[title="(no subject)"] {
color: transparent;
}
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2012-02-14 03:23 pm (UTC)(link)
Yay, glad I could help!