How to convert the description property to un-collapsed and instead of a blue background to be white or transparent.  In hooks/header-extras.php:

<script>
    $j(document).ready(function() {
        $j("span.help-block").addClass("in").find(".alert-info").removeClass("alert alert-info");
        $j(".form-group > label > i.glyphicon-info-sign").hide();
    });
</script>