Tiggles ツ
8/30/2017 - 4:22 PM

Insert this in a code module on the page to clear the sitewrench stylesheet being brought in

Insert this in a code module on the page to clear the sitewrench stylesheet being brought in

<script>
$('link[rel=stylesheet][href~="/javascripts/jquery-themes/smoothness/jquery-ui-1.8.18.custom.css"]').remove();
</script>