Hello there
adembaba,
In order to change the color of the time in the
"last edited by" phrase, you'll have to change the color of the time in the whole forum. That's one way.
The other way is to modify the
"last edited by" phrase. I'll try to explain both ways.
- The first way: Changing the time class:
- First of all, sign into your Admin CP ..
- Then, go to "Styles & Templates >> Style Manager" ..
- After that, choose "StyleVars" option from your defined vB Style drop-down menu ..
- Once you enter the "StyleVars" menu, look for "Common" from the menu on the left ..
- Then find "time_color" Block ..
- Change the "time_color" Block Attribute to suite your needs and then press "Save" ..
- The second way: Modifying the "Last Edited By" phrase:
- First of all, sign into your Admin CP ..
- Then, go to "Languages & Phrases >> Phrase Manager" ..
- After that, choose "Postbit" option from the "Phrase Type" drop-down menu ..
- Once you enter the "Postbit" phrases, look for those 2 phrases "last_ edited_ by_ x_ on_ y_ at_ z" & "last_ edited_ link_ by_ x_ on_ y_ at_ z_ postid" .. The first one would be in the first page and the second one shall be in the second page ..
- Then edit the first phrase "last_ edited_ by_ x_ on_ y_ at_ z", the default value for it would be:
Code:
Last edited by {1}; {2} at <span class="time">{3}</span>.
- Change the text in RED into this:
Code:
style="color: #colorCode"
The final result shall be something like this:
Code:
Last edited by {1}; {2} at <span style="color: #colorCode">{3}</span>.
Not forgetting to change the GREEN text into the color code you want (e.g. style="color: #000") ..
- After doing that, "Save" the phrase ..
- Now, go to the second phrase and edit it in the same way we edited the first phrase (That's changing the class="time" into style="color: #colorCode" and change the text in GREEN to the same color code you used in the first phrase) ..
- Don't forget to "save" the phrase .!
The difference between the two ways is that the first one changes the time's color in the whole forum and the second one changes the time's color in the
"Last Edited By" phrase only ..
I hope that this helps you out

..