calin-beard
11/13/2017 - 4:33 PM

Change font-weight for outside-top labels

Change font-weight for outside-top labels

<!--START code - bold labels-->
<style>
    .field-title.outside-top.label-outside {
        font-weight: 700 !important;
    }

</style>
<!--END code - bold labels-->