Using CSS to BOLD all labels in theme. Solution / Recommendation Location: Go to TAB Style > Click Modify CSS Add the following code: label { display:inline-block; max-width:100%; margin-bottom:5px; font-weight:bold }