I am using Fancybox 2 on a site and noticed when I Inspect Element, some of the divs have a “style” attribute with some CSS in there.
All of this I can do in my styles.css, so I would like to know how to remove these added “style” attributes, or at least remove things like padding and top / left positioning.
I am updating to say that, after trying everything, there seems to be no way at all to remove the inline styles added by Fancybox. I am accepting this as the correct answer, even though it really isn’t much of an answer. If anyone does find a solution, I would love to hear it.