what !important rule should I use
what !important rule should I use to preserve style in a column of third party javascript code like
<div id="ccs-inline-content">
</div>
<script type='text/javascript'>
var ccs_cc_args = ccs_cc_args || [];
// test
ccs_cc_args.push(['mf', 'sony']);
ccs_cc_args.push(['pn', 'KDL75W850C']);
ccs_cc_args.push(['lang', 'EN']);
ccs_cc_args.push(['market', 'US']);
(function () {
var o = ccs_cc_args; o.push(['_SKey', 'd9283444']); o.push(['_ZoneId', '938cdd9c75']);
var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
sc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.cnetcontent.com/jsc/h.js';
var n = document.getElementsByTagName('script')[0]; n.parentNode.insertBefore(sc, n);
})();
</script>
Comments
javascript codes can be used under Theme options > Custom CSS & JS > Custom JS section so we do not understand what exactly you want to do as !important is css declaration, while above you got JS.