Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /* Single listing profile cover default photo - Replace URL with your image */
  2. .featured-section.profile-cover[data-bg=''] {
  3. background-image: url('https://www.w3schools.com/w3images/fjords.jpg') !important;
  4. }
  5.  
  6. /* Preview card default photo - Replace URL with your image */
  7. .lf-item {
  8. background-image: url('https://www.w3schools.com/w3images/fjords.jpg') !important;
  9. background-size: cover;
  10. background-position: center center;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement