Help - Search - Members - Calendar
Full Version: Date, time and entry title
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
megggnasty
This is my Livejournal. Does anybody know how to change the text colour of the date, time and entry title that is above each entry? As you can see (or can't see?), mine is white.
Mulder
find this in your <style> brackets (or add it if its not already there):
CODE
.entrybox td.index2{
color: #;
font-family:;
font-size:;
}


to change the subject, use
CODE
.entrybox td.caption{
color: #;
font-family:;
font-size:;
}
megggnasty
I added both of those codes in the correct spot but only the entry title changed, not the date.

CODE
.entrybox td.index2{
color: #000000;
font-family: arial;
font-size: 9px;
}

.entrybox td.caption{
color: #000000;
font-family: arial;
font-size: 9px;
}
Mulder
ah, sorry.

find this in your code:
CODE
.caption, .index {
color: #FFFFFF;
}


and..delete it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.