creativetimofficial / paper-kit-2

Paper Kit is a Fully Coded Web UI Kit based on Bootstrap.
http://demos.creative-tim.com/paper-kit
MIT License
200 stars 103 forks source link

Using alternate logo when nav background is active #14

Closed eriktobben closed 5 years ago

eriktobben commented 6 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>