Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help? how to hide tab Write Comment
0
Comments
a.WriteButton.TabLink,a.DraftButton.TabLink{
display:none;
}
if you would just use firebug or other web inspector you would be able to figure this out easy . All you do is look at the source code and find the part you want to edit and copy the stuff into your custom.css
http://vanillaforums.org/discussion/22947
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
thx bro