Good afternoon,
I have a Navbar that starts transparent I hedge this via query:
$( "nav" ).css('border', 'none', 'important');
$("#hamburguer").css('background-color', 'transparent', 'important');
So far beauty, but when I go down I want it to return the normal properties of the bootstrap, and when I give the scroll up it would be transparent again. Any suggestion? Thankful.