sparkles2.png

Form - Edit Label Fonts

 

The standard form block does not allow customization on the form labels. This CSS insert will allow you to change both the size and colour of the font.

 
 
 

See the effect in action

 
Screenshot 2021-07-09 at 14.09.02.png
 
 
 

How to use the Effect

Select the Form block that you wish to apply the effect to, select 'Actions' from the top header of BlockLab and then select 'Custom CSS'. Copy and paste the below code into the pop up, hit save and the effect will be applied.

 

block label {
    font-size:
14px;
    color:
#ffffff;
}

(To change the font size of the labels, edit the code in Green)
(To change the font colour of the labels, edit the code in
Red)