Skip to Main Content
Raederle (
seleneheart
) wrote
in
acme_graphics
2009-01-18 03:02 am (UTC)
no subject
I didn't style that part, but to change the font color of the comments themselves, you need to take .comment-content from it's current location, which is here:
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
And then you need to put in the following codes to style it yourself:
.comment-content { color: #ffffff; margin: 10px; }
The hex code I put it is for white, so you can go from there.
(
21 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
Log in
Account name:
Password:
Remember me
Other options:
Forget your password?
Log in with OpenID?
Close
menu
Log in
Create
Create Account
Display Preferences
Explore
Interests
Directory Search
Site and Journal Search
Latest Things
Random Journal
Random Community
FAQ
Shop
Buy Dreamwidth Services
Gift a Random User
DW Merchandise
Interest
Region
Site and Account
FAQ
Email
no subject
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
And then you need to put in the following codes to style it yourself:
The hex code I put it is for white, so you can go from there.