Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Exclude a CSS rule defined on an HTML tag Re: Exclude a CSS rule defined on an HTML tag

#122813
Kitty Giraudel
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.