I am working on a project using the basic Gantry template. In a custom CSS file I'm adding background images to the body and to certain positions. I discovered that Gantry provides some CSS rules that for IE adds filters,and these filters are overriding the background image I want to display.
I'd like to remove or disable these filters. I'd also like to be able to upgrade the Gantry template without losing my changes.
What is the best way to remove or override the IE filters I don't want?
Will such change be safe from any future upgrades (of the Gantry template)? I've also added positions to the template's index.php file ...so I'm suspecting a template upgrade is not straight-forward anyway.
If you added module positions to the template then template upgrade is not straightforward at all. You will need to change template php files with every template upgrade. You can try to search for those filter declarations for IE in IE related css files that you can find under template's css folder