Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //mobile Navigation background image
- .header-menu .header-menu-bg{
- background-image: url(https://images.squarespace-cdn.com/content/v1/5f1138310f6d242673f0c0b6/1595223481895-GD249E9K7E23DI165ZVW/champagne-beach-wood-lifeproof-vinyl-plank-flooring-i4445101lc-64_1000.jpg);
- background-size: cover;
- }
- //remove underline from active navigation links
- .header-nav-item--active a {
- background-image: none !important;
- }
- // show home page block dependent on screen size CONTACT BANNER
- @media only screen and (max-width: 780px) { section[data-section-id="65e0f4ea31f99dae440513e9"] { display: none; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement