Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Design >> CSS >> How to override the style property with most likely success

 

use the !important declaration just after the property e.g.

.someclass
{
    font-color: red !important;
}

 

Note that !important declartion of the user (i.e. styles set at the browser) has higher precedence than the author (styles set at the website)

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]