Don't know if there are called discussion lists stats or not, pleas excuse my ignorance. But how can I change the colors?
Attachments
-
12.1 KB Views: 23
-
16.7 KB Views: 23
This didn't work?Last post date:
span.DateTime.muted.lastThreadDate {
color: red;
}
Also, in the screenshot. Can the actual numbers be changed (the color)?This didn't work?
FYI: Didn't try the Links: Style Properties -> Building Blocks -> Secondary Content Link yet.
Just in case it got lost in translation. The above didn't work. Thanks.Last post date:
span.DateTime.muted.lastThreadDate {
color: red;
}
Try an important at the end of the red:Just in case it got lost in translation. The above didn't work. Thanks.
Are you adding the "Last Post Date:" inside the css too? if so that would cause it not to work more than likely.No sir didn't take/work.
I did it exactly the way it is in the screenshot above (post 10)Are you adding the "Last Post Date:" inside the css too? if so that would cause it not to work more than likely.
Let me start over then, what colors are you wanting to change on that specific last post area? Just the links? Author, text and links?As you can see it only changed an actual date (and not the time at all). Not anything from yesterday, today, a moment ago, etc.....
This css changes it:FYI; It didn't make change all the dates and times.
.node .lastThreadDate {
color: #FF0000 !important;
}