Where I put the "important"

Where I put the “Important” command here?

#sidebar{ background-color: #DDDDDD; }

and

body{ background-color: #EEEEEE; }

sidebar{ background-color: #DDDDDD !important; }
and
sidebar{ background-color: #DDDDDD !important; }

You always need the ! before important and it always comes before the semi-colon.

Thanks a lot zeebe!!!

1 Like