i got frustrated w tha character limit on tha status, so i ended up w this 2 overwrite it ! if anypony has got a better solution feel free 2 share . the status portion will not show up az ur status anywhere but ur profile, 2 b clear . im just gonna b using this 4 lyricz really . u might have 2 mess w tha font size n junk, i tuned it 4 my own profile . my apolocheese !
.details::before {
content: "''your Status text here''";
font-size: 17px;
display: block;
}
.online::before {
content: "your You text here";
font-size: 18px;
color: black;
display: block;
padding-top: 10px;
padding-bottom: 20px;
font-weight: normal;
}
.details p {
display: none;
}
.online {
display: inline!important;
}