Copy the CSS code below and paste it after your text in the 'Edit Profile' --> 'Profile' --> 'Profile Description' section. Don't forget to click Save! You may want to paste the code in a text editor to make changes before pasting into your profile.
<STYLE> * { Â Â Â font-family: "Lucida Console"; Â Â Â color: FireBrick; } /* see https://www.w3schools.com/cssref/css_colors.asp for color list */ body { Â Â Â background: Red; } .col-12.clear-20{ Â Â Â background: Orange; } .wrap-bg.wrap-bg-content { Â Â Â background: Yellow; } div#ul-comments div div.comment { Â Â Â background: Green; } .profile-avatar-bg { Â Â Â background: Violet; } .profile-background { Â Â Â max-height: 300px; } .col-12.pos-rel { Â Â Â overflow: hidden; Â Â Â background: CadetBlue; } .profile-user-info { Â Â Â margin-top: -20%; Â Â Â border-bottom: none; } ul.video-options.video-options-mobile.this-user-profile.full.nine-items { Â Â Â background: Coral; } div.wrap-bg { Â Â Â background: Blue; } div.user-profile-bg div div.item-wrapper.bg-grey, div.user-profile-bg div div.item-wrapper { Â Â Â background: LawnGreen; } </STYLE>
Profile Color and Font Customization
Make your profile fabulously gay!
Copy the CSS code below and paste it after your text in the 'Edit Profile' --> 'Profile' --> 'Profile Description' section. Don't forget to click Save! You may want to paste the code in a text editor to make changes before pasting into your profile.
You can find more info on CSS at https://www.w3schools.com/css/default.asp
<STYLE>
* {
   font-family: "Lucida Console";
   color: FireBrick;
}
/* see https://www.w3schools.com/cssref/css_colors.asp for color list */
body {
   background: Red;
}
.col-12.clear-20{
   background: Orange;
}
.wrap-bg.wrap-bg-content {
   background: Yellow;
}
div#ul-comments div div.comment {
   background: Green;
}
.profile-avatar-bg {
   background: Violet;
}
.profile-background {
   max-height: 300px;
}
.col-12.pos-rel {
   overflow: hidden;
   background: CadetBlue;
}
.profile-user-info {
   margin-top: -20%;
   border-bottom: none;
}
ul.video-options.video-options-mobile.this-user-profile.full.nine-items {
   background: Coral;
}
div.wrap-bg {
   background: Blue;
}
div.user-profile-bg div div.item-wrapper.bg-grey, div.user-profile-bg div div.item-wrapper {
   background: LawnGreen;
}
</STYLE>