Advertisement
phpface

Untitled

May 30th, 2019
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. /** Set header background image **/
  2. #header{
  3.     background-image: url(image url);
  4.     background-size: cover;
  5.     background-repeat: no-repeat;
  6.     background-position: center center;    
  7. }
  8.  
  9. /** Hide post meta **/
  10. .post-meta{
  11.     display: none;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement