Link and Header Colors in Duster
-
I have managed to change all the link and header colors, thanks to thesacredpath, except for the following:
When you click on a post header and it takes you to the post page directly (instead of the running posts) the date and the posted by are still blue and red.
I can’t located the selectors for these pieces in order to change the colors.
Thank you
The blog I need help with is: (visible only to logged in users)
-
These should do it.
.singular .entry-header a { color: #1B8BE0; } .singular .entry-header a:hover { color: #FF4B33; } -
Man you are good…I was totally going down the wrong path…I was looking at
a:focus,
a:active,
a:hover {
color: #ff4b33;
}a:visited {
color: #1b8be0;
}a {
color: #1b8be0;
}a:focus,
a:active,
a:hover {
color: #1b8be0;
} -
- The topic ‘Link and Header Colors in Duster’ is closed to new replies.