Advertisement
coffeeandphotos

MT css 7.1 back up

Jan 28th, 2025
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. //mobile Navigation background image
  2.  
  3. .header-menu .header-menu-bg{
  4. background-image: url(https://images.squarespace-cdn.com/content/v1/5f1138310f6d242673f0c0b6/1595223481895-GD249E9K7E23DI165ZVW/champagne-beach-wood-lifeproof-vinyl-plank-flooring-i4445101lc-64_1000.jpg);
  5. background-size: cover;
  6. }
  7.  
  8. //remove underline from active navigation links
  9.  
  10. .header-nav-item--active a {
  11. background-image: none !important;
  12. }
  13.  
  14. // show home page block dependent on screen size CONTACT BANNER
  15.  
  16. @media only screen and (max-width: 780px) { section[data-section-id="65e0f4ea31f99dae440513e9"] { display: none; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement