This will remove the (sometimes) annyoing "View my Pictures" and "Developer Reports" Links from the Aboutme Panel. You can place this code whereever you like.
|
Source code
|
1
2
3
4
5
|
<style type="text/css">
#aboutme_panel font a, .imvucodes_net {
display:none !important;
}
</style>
|