Changing the colour of the font on sticky posts
-
Hi,
I wanted to change the font colour on the titles of the sticky posts on Triton lite. It’s currently white which I don’t mind for the excerpts, it’s just that the titles need to be in black (or another bolder colour). I tried the css`#entry-header .entry-title {
color:#000000
}
But it didn’t work. Could a css guru give me a few pointers?
Many thanks!The blog I need help with is: (visible only to logged in users)
-
Try:
.featured .entry-title a, .featured .entry-title a:hover { color: #000000; }If you also want the summary black, try:
.featured .entry-summary { color: #000000; }Let me know how that works!
-
-
In the future make sure you post CSS questions in the CSS forum, not the Support forum: helps you get a reply faster, and helps other users looking for the same answers.
- The topic ‘Changing the colour of the font on sticky posts’ is closed to new replies.