You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
To change the navbar color, here is the documentation, very easy : https://getbootstrap.com/docs/4.4/components/navbar/#color-schemes
And for the footer just change the class. Original class is bg-dark which means background-dark. You can also delete the bg-dark class and add your own style="background-color: #000000;" (replacing #000000 with your color).
Hope it will help.
hello, I have troubles with changing the color of navbar and footer. How can I do it?
The text was updated successfully, but these errors were encountered: