When are we changing SIF and PIF back to normal, aesthetically pleasing labels?
You are free to do it for yourself with a custom CSS that you can then enable as global.
#sif span{
display: none;
}
#sif:after {
content: '[Subs I Follow]';
}
#pif span{
display: none;
}
#pif:after {
content: '[People I Follow]';
}
#modmulti span{
display: none;
}
#modmulti:after {
content: '[Subs I Mod]';
}
You can see it in action here:
Cool but that doesn't move more to the right of the sub bar. Major issue for me.
Still thanks for the CSS snippets.
(post is archived)