[CODE] Customize Contact Box

This code allows you to add a background image to the contact box. Controlling the font and color of the font has to be done in the root of your layout code. Whatever you have your links set to within your layout code, that will be what the color and font is. 



1. Find the image you want. Right click it, choose option "copy image location"
2. Paste the url into the code 
3. BA DA BING YOURE DONE ;')



<style>
.contact {

  border-radius: 25px;
  background: url(URL_HERE);
  background-position: left top;
  background-repeat: repeat;
  padding: 20px;
  width: 200px;
  height: 150px;
}

</style>


14 Kudos

Comments

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