
To change the background color of your profile, first go to “Edit Profile.” Then find the “About Me” section and add the following code to the end of any text in the text box:
<style>body{background-color: 000000;}</style>
There are a variety of HTML color codes that you can replace 000000 with.
Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding the code:
To make your profile transparent so you can see the entire background, use the following code:
<style>
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:000000;
</style>
You can substitute any HTML color code you want where it says "000000".
Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding the code: