StartBootstrap / startbootstrap-modern-business

A multipurpose Bootstrap full website template created by Start Bootstrap
https://startbootstrap.com/template/modern-business/
MIT License
1.02k stars 1.18k forks source link

how to change a color? #66

Open novacco opened 4 years ago

novacco commented 4 years ago

hello, I have troubles with changing the color of navbar and footer. How can I do it?

zeufparis commented 4 years ago

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.