The CSS declaration “!important”
The CSS declaration “!important” can be a very useful tool when trying to make changes to CSS. When you use this declaration it tells the web page that this style takes priority over any other styles that are applied to that same object even if that style is declared after the style with the !important declaration, the style with the !important declaration will take higher priority.
Here is an example of how that style would be applied:
.title {
color: #003366 !important;
}
Here is a link to a site with more information and examples :http://www.yellowjug.com/web-design/the-importance-of-important-in-css/
Rate this ➜
Keep Up With iThemes
iThemes Loves, Uses & Recommends
HostGator for WordPress Hosting
Leave a Reply
Get Theme Discounts
& Special Offers
Featured Plugin
Need WordPress Hosting?
For the do-it-yourself option, iThemes recommends HostGator. Excellent customer service, affordable prices.


