Search code examples
twitter-bootstrapxpages-extlib

how to overwrite bootstrap css when bootstrap theme is choosen?


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.


Solution

  • Add !important at the end of your style..