Saturday, May 4, 2019

Overriding css styles

In order to override certain css styles from onsen or jquery mobile, or, possibly even bootstrap, you can put !important at the end of the style, eg.

h3 {
margin-left: 20px !important;
}