SyntaxFix
Write A Post
Hire A Developer
Questions
If you need to have jquery use !important for more than one item, this is how you would do it.
e.g. set an img tags max-width and max-height to 500px each
img
$('img').css('cssText', "max-width: 500px !important;' + "max-height: 500px !important;');