i posted thiz in an html group a while ago, but figured it might reach more ppl this way !! i wrote sum code 2 overwrite tha status/you portion of my profile bc i got real sick of tha character limit lolz ,, u may hav 2 mess w tha font size, but everything else u hav 2 edit iz labeled :3 enjoy !! no credit required or whatev
.details::before {
content: "''your Status text here''";
font-size: 17.5px;
display: block;
}
.online::before {
content: "your You text here";
font-size: 17.5px;
color: !!put your prefered text color here, or itll inherit from .online!!;
display: block;
font-weight: normal;
padding-bottom: 10px;
}
.details p {
display: none;
}
.online {
display: block!important;
font-size: 16px;
}