My website built on Wordpress links to several CSS files. One specific div has its own unique style that is separate from the main Wordpress styles. Unfortunately, the Wordpress CSS ends up interfering with my custom div's layout. Is there a way in HTML/CSS/Javascript/jQuery for me to instruct a particular HTML element to completely disregard any previous styles applied to it?
I attempted using CSS reset stylesheets (), which helped remove some of the unwanted Wordpress styling, but the majority of my custom div still appears messy.