Theme Raid / Articles & Tutorials

override inline css

How to Override Inline CSS

Overriding inline css styles is very simple by adding “!important” command next to the css code.

div { width:100px; height:70px !important }