Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Set header background image **/
- #header{
- background-image: url(image url);
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- }
- /** Hide post meta **/
- .post-meta{
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement