Using !important to any css property will override any style on over it.
If this is used in external style it can override internal and inline styles.
#idname {property: value !important;}
example:
#div_name{color:#fff !important;}
Using !important to any css property will override any style on over it.
If this is used in external style it can override internal and inline styles.
#idname {property: value !important;}
example:
#div_name{color:#fff !important;}