Closed eriktobben closed 5 years ago
Hi,
I am using the transparent navbar and have added a white logo. But when I scroll up the white navbar appears and the logo is gone. What is the best way to define a black version of the logo when the white navbar is active?
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent nav-down" color-on-scroll="500"> <div class="container"> <div class="navbar-translate"> <div class="navbar-header"> <a class="navbar-brand" href="/"> <img src="/assets/img/logo.png" height="19px" width="120px"> </a> </div>
Hi,
I am using the transparent navbar and have added a white logo. But when I scroll up the white navbar appears and the logo is gone. What is the best way to define a black version of the logo when the white navbar is active?