Is there a quick way to remove inline css from all posts?
There are a few ways I can think of to handle this: Do it once for all current posts Do it at runtime before displaying posts (either by filtering the_content, or with jQuery) Do it with important! in your CSS – as you mentioned Each method is a legitimate way of tackling this and each … Read more