I have a Wordpress that link to a couple of CSS files. I have a specific div which has it's own custom style (not related to the main Wordpress styles). However the Wordpress CSS messes up my custom div's style. Is there any way in HTML/CSS/Javascript/jQuery where I can tell a certain HTML element to simply ignore all previous styles?
I've tried to use CSS reset style sheets (http://www.cssreset.com/), they filter out some of the Wordpress styles, but most of my custom div is still a mess.