Global - Logo (Scroll)
LBautista
css
24 days ago
383 B
2
Indexable
Never
/*START - header nav- appear second logo when scrolled - WB Lloyd*/ nav#global-navbar.scroll{ .header{ a.logo__link img{ &:last-child{ display:block!important; } &:first-child{ display: none!important; } } } } /*END - Header nav- appear second logo when scrolled*/
Leave a Comment