Ok lets start - First goto > ACP > TEMPLATES > UR TEMPLATE > POSTBIT > POSTBIT_USER_AUTHOR
>Paste this at last there
And if you want paste this in global css by removing style tags or on the same template -
CSS Credits to UnSuspecious
Result -
>Paste this at last there
And if you want paste this in global css by removing style tags or on the same template -
PHP Code:
<style>
.cub {
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0 15px;
color: red;
background: #2f2f2f;
}
</style>
CSS Credits to UnSuspecious
Result -