Paul's Javascript Notes
Showing posts with label
overriding css
.
Show all posts
Showing posts with label
overriding css
.
Show all posts
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
;
}
Older Posts
Home
Subscribe to:
Posts (Atom)