Hello, I've been trying for the past while to change just the color of my individual entry titles. I've been scouring the various sites for information on how to do this, but none of them work. Plus, pretty much all I've seen in this community seems to only work for Expressive. I have Mixit, but it doesn't seem like there's much cater to Mixit because it seems different. Perhaps it's just me though.
Here's what I've tried so far:
a {
color: #760000;
}
---
.subject name {
color: #760000;
text-transform: uppercase;
}
---
.subject {
color: #760000;
}
---
div.comments a, div.comments a:link, div.comments a:visited {
color: #760000;
}
---
a:active, a:visited, a:hover {
color: #760000;
}
---
The most I get from any of this are only the links that I've previously clicked on turning the color I want.
Thanks to
av8rmike for answering my question!