How to change color of post title and body text
-
Working with Twenty Ten theme and can’t find where in the CSS coding to change the color of my post’s headings and body text. I have changed a lot of other things, but these are the pieces I am stuck on. Thanks!
The blog I need help with is: (visible only to logged in users)
-
For the post headings:
.entry-title a:link, .entry-title a:visited { color: tomato; }For the body text:
#content, #content input, #content textarea { color: white; } -
-
General link (non-hover) would be here.
a:link { color: #0066CC; }Visited link color here.
a:visited { color: #743399; }Hovered or active link color here.
a:active, a:hover { color: #FF4B33; }This would be the general text in the post metadata such as “posted in”.
.entry-utility { color: #888888; } -
-
-
Hello! I am new, can you help me where should I write these codes? Where are these options?
Thanks, werdafckawi -
Since you are using an entirely different theme, the solution for you will be different as CSS is theme specific. It also requires the Custom Design Upgrade. Do you have the upgrade?
Please start a new thread in the CSS forum for your query to avoid future confusion for anyone coming to this thread.
- The topic ‘How to change color of post title and body text’ is closed to new replies.