Quote (nuvo @ 3 Jul 2017 11:45)
That's pretty good, thanks for that. Finetuned it to this for my use on it.
Code
ul.barR li:nth-child(1) a:before {
content: "Messages: ";
}
ul.barR li:nth-child(3) a:before, ul.barR li:nth-child(4) a:before {
content: "My ";
}
ul.barR li:nth-child(5) a:before {
content: "Topic ";
}

/e If you want to hide the email icon:
Code
ul.barR div.e2{
display: none !important;
}
/e2 And if you dream about being rich, just add some fg

Code
ul.barR li:nth-child(2) a:before {
content: "10,00";
font-weight: bold;
}
This post was edited by Cfwx on Jul 3 2017 04:02am