Changing Bootstrap NavBar color

前端 未结 3 949
天命终不由人
天命终不由人 2021-01-16 20:47

I was attempting to change the navbar color in Bootstrap, but it was unsuccessful. The navbar just stays the same as if I never added the CSS or custom styling.

I ad

3条回答
  •  误落风尘
    2021-01-16 21:31

    I found the solution to the issue that was occurring. It was quite a simple issue actually.

    The issue was that I was adding the bootstrap CSS in the HTML after the custom css was added.

    So it should've been:

    
    
        
        
        
        
    
    
    

    Thanks for all the help.

提交回复
热议问题