Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /**********
  2.  
  3.  
  4. Customisation options start here:
  5.  
  6. Remove the " /* " symbols before and after the blocks of code to active them. If you don't want a header or sidebar image, keep them there.
  7. Next, upload an image onto your stylesheet and name it either "header" for the header image or "sidebar" for the sidebar image.
  8. Hit save and you're done!
  9.  
  10.  
  11. **********/
  12.  
  13.  
  14. #header {
  15. background-image: url(%%header%%);
  16. background-position: center center;
  17. background-size: 100%;
  18. background-repeat: no-repeat;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement