I want to overwrite some css from Bootstrap in my application. I have chosen to run the Bootstrap theme that is included with the extension library. But if I include a css and add it to my application theme (which extends="Bootstrap3_flat") the css is overwritten. How can I fix this? I assume it is the order of loading that causes the overwritten.
Add !important
at the end of your style..