Tiggles ツ of Speak Creative
11/28/2018 - 5:42 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>