sticky nav background-img on scroll issue
Hi,
I applied a background image to my sticky navbar. However, it only appears upon scrolling the page.
Initially, the background is transparent. - I cannot find how to target this to ensure my background image also reveals prior to end-user scrolling...
In property inspector, I see element.style {background-image: none;} and when I turn off that style, the background-img successfully displays.
Question is, there is no element.style in the CSS or HTML. - It's like a phantom style. ...How do I pinpoint this to remove from the code?
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3 d-block" data-navbar-on-scroll="data-navbar-on-scroll" style="background-image: none;">
Thank you.
