Is there a selector to disable Bootstrap inside a block? I need the Bootstrap CSS styles not to work inside the div.
Asked
Active
Viewed 391 times
2 Answers
1
Just override the Bootstrap style. As long as Bootstrap is included on your page before your custom CSS then your CSS should override Bootstrap as the specificity of the selector would be the same. Add this to your custom CSS and override the styles accordingly...

ElusiveCoder
- 1,593
- 1
- 8
- 23