Global - Header Nav Appear Second Logo

 avatar
Bnnthpnzln
css
10 months ago
370 B
6
Indexable
/*START - header nav- appear second logo when scrolled*/
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*/
Editor is loading...
Leave a Comment