PROFILE CUSTOMIZATION FOR DUMMIES ( ME )

! none of these are discovered by me,I just wanted one blog for very simple profile modifications that is easy for anyone to read ! please support the original posters!

1. pfp change ! 


<style>.general-about.profile-pic img {content url(pfp goes here);} </style> 


2. custom online gif credit


<style> .online {visibility;hidden;}.online img {content:url("ONLINE IMG GOES HERE"); animation-name:none;visibility : visible; height 20px ; width 75px ; }</style> 

3. custom table color credit


<style>

/* left table background */

.details-table td, .table-section {

background-color: PUT HEX CODE HERE;}

/* left table cell background */

.profile .table-section .details-table td {

background-color: PUT HEX CODE HERE;}

/* hide left table interest labels */

.details-table td:first-child {

display:none;}

</style>


4. banner code! credit


<style>main:before {

 width: 100%;

 height: 125px ;

 display: block;

 content: "";

 background-image: url('YOUR URL');

 background-position: center center;

 background-size: cover;

}

@media only screen and (max-width: 600px) {

 main:before{

  height: 200px;

 }

}</style>


3 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

happy sugar

happy sugar's profile picture

Can you agree to my friend request?<33


Report Comment