answer is at 6:47 if the navbar class is bg-dark use css to make its background transparent like this : .bg-dark { background-color: transparent !important; } !important is used to force the style and override the original one
@snapsmicrosystems75325 жыл бұрын
you are a here
@kristiyanivanov74144 жыл бұрын
you are a here
@holomode13574 жыл бұрын
It didnt't work. The nav bar still dark :( EDIT: It doesn't work with bootstrap4, but with bootstrap3
@System222 жыл бұрын
Not sure why that is Omar Yehia - Check out our playlist page for more videos on this: kzbin.infoplaylists - Please like, share and subscribe if you have not done so already - Thanks!
@maksimsburaks6973 Жыл бұрын
You could also neglect any bg attribute, for one of my projects I done this. What I did was implement some jquery(or JS) to add classes to the nav bar on scroll turning the navbar dark after a certain amount of pixels was scrolled down, and then revert to clear once you're back to the top (nav bar was set to fixed also)
@System22 Жыл бұрын
Nice! @maksimsburaks6973 - Check out our playlist page for more videos on this: kzbin.infoplaylists - Please like, share and subscribe if you have not done so already - Thanks!
@andersonjoelparrarocha93823 жыл бұрын
OMG!!!! Very nice you tutorial, new subscribe
@System223 жыл бұрын
Thanks and welcome
@nickrivers-jo1th4 жыл бұрын
Great video man really helped
@System224 жыл бұрын
Glad to help nick rivers - Please like, share and subscribe if you have not done so already - Thanks!
@BrianEller-begrafx4 жыл бұрын
Rather than forcing the BG-DARK to be transparent, based on your update, with the !important tag, I believe you can simply change your HTML from BG-DARK to BG-TRANSPARENT.
@BrianEller-begrafx4 жыл бұрын
Just change line 66 of your HTML, where it says "BG-DARK", change it to say "BG-TRANSPARENT"
@System224 жыл бұрын
Yes, that is correct, there are always many different ways of doing things. Do whatever works for you!
@ridz49124 жыл бұрын
Worked for me Mate, Thank you ! :)
@camilinbajista5 жыл бұрын
this video really helps me. Thank you!
@System225 жыл бұрын
Glad to help - Please like, share and subscribe if you have not done so already - Thanks!
@NicolasSilvaVasault5 жыл бұрын
how do this in a reactstrap environment? with react components is really hard to stylize there since components like Navbar are not actually css classes
@System222 жыл бұрын
I'll look into it when I can Nicolas Silva A. - Check out our playlist page for more videos on this: kzbin.infoplaylists - Please like, share and subscribe if you have not done so already - Thanks!
@NicolasSilvaVasault2 жыл бұрын
@@System22 bro that was 3 years old answer to my question, i'm already a react native and react senior developer, but thanks for checking out
@francismartin55284 жыл бұрын
next time when your making a video like this, please start from the beginning rather than start when you already have some content, makes it hard to follow
@System224 жыл бұрын
Probably part of a series, here's the playlist: kzbin.info/aero/PLqabIl8dx2wp23CY5SjXJNfYoJMeSgZee Or here's a complete video: Part 1 kzbin.info/www/bejne/Y4aofoqAn6eLrdk Part 2: kzbin.info/www/bejne/nKO1qnSir51lhc0 All of my playlists here: kzbin.info/door/Yeyetu9B2QYrHAjJ5umN1Qplaylists
@jonayethossain66726 жыл бұрын
Thank you Sir
@System226 жыл бұрын
Glad to help - Please like and subscribe if you have not done so already - Thanks!
@bakg89794 жыл бұрын
this wont work with a static top navbar
@System222 жыл бұрын
Sure it will bakg8 - Please like, share and subscribe if you have not done so already - Thanks!
@sabitislamshanto62694 жыл бұрын
It does not work on my file.
@System224 жыл бұрын
Make sure you are using the !important after your color code to overwrite the default bootstrap code LeGendBoy11 - example - background:transparent !important; - Please like, share and subscribe if you have not done so already - Thanks!
@bakg89794 жыл бұрын
if fixed-top is not in the class it wont work
@System222 жыл бұрын
I'll look into it when I can bakg8 - Check out our playlist page for more videos on this: kzbin.infoplaylists - Please like, share and subscribe if you have not done so already - Thanks!
@anikethirpara5 жыл бұрын
closed the video after he opened editor without zooming IN
@System222 жыл бұрын
I'll look into it when I can Aniket Hirpara - Check out our playlist page for more videos on this: kzbin.infoplaylists - Please like, share and subscribe if you have not done so already - Thanks!