MissDaphne

Adding a background picture or color in your theme

Jan 5th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!-- THIS IS FOR ADDING A BACKGROUND PICTURE -->
  2. background-image:url(img-url-here);
  3. background-attachment:fixed;
  4.  
  5. -- CHOOSE ONLY ONE --
  6.  
  7. <!-- THIS IS FOR ADDING A BACKGROUND COLOR -->
  8. background:#00000;
  9. background-attachment:fixed;
Advertisement
Add Comment
Please, Sign In to add comment