change colour of post title
-
Hello,
I need help with changing the colour of post titles (while still acting as a link in archives). I wrote this:
.post-title {
color:#000000;
}But it must be the wrong selector as it does not work. Still it does not work even on the post title when the post is open – i.e. when the title is not a link anymore (I tried different colours – no change there).
Could you tell me what I am doing wrong?
Also is there a guide to selectors somewhere? I think I could work out most of the things I want myself if only I knew the selectors.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Assuming you want the same color on the main page and the single post view, add this:
.entry-title a, .wf-active #main .entry-title { color: #456789; }“if only I knew the selectors” answered in your other thread.
- The topic ‘change colour of post title’ is closed to new replies.