Advertisement
jewist

background code 2

Jan 12th, 2013
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <--replace the whole code for "body" with this code under where it says <style type="text/css">-->
  2.  
  3. body {background-color:{color:background};
  4. font-family:{font:Body}; font-size:{text:font size};
  5. line-height:10px; text-align:center; color:{color:Text};
  6. background-image:url({image:Background});
  7. background-attachment: fixed;
  8. background-size: cover;
  9. background-position: center;}
  10.  
  11. <--scroll to the top where there is a list of things with <meta name= and copy and paste this code at the end of the list-->
  12. <meta name="image:Background" content=""/>
  13.  
  14. <--now save and refresh the customize page, and you should be able to upload a photo to use as your background-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement