Search code examples
csstwitter-bootstrapwebstylesheet

Boostrap css file overrode my css file


I included bootstrap to my site to use for some additions, but the bootstrap css file overrode some of my css styling in my css file. Is there a way to make it to where I can use bootstrap css without having it override stylings I have already done?

Thanks for your time, any help is much appreciated!


Solution

  • You have to link the css files in the correct order on the web page. If you link the bootstrap file first then the custom css file it will override the bootstrap file.