Home › Forums › CSS › Exclude a CSS rule defined on an HTML tag › Re: Exclude a CSS rule defined on an HTML tag
January 30, 2013 at 6:28 am
#122813
Participant
Three options here:
* Don’t use a div
* Override styles with higher specificity
* Use the !important hammer bash
I’d go with the 2nd one I guess.