Skip to main content

Using CSS to BOLD all labels in theme.

 

Solution / Recommendation

Location:

Go to TAB Style > Click Modify CSS

modify CSS

Add the following code: 

label
{

display:inline-block;
max-width:100%;
margin-bottom:5px;
font-weight:bold

}