How can I change the styling of input labels.
Hi everyone, I am new to filament . I am looking into the form builder. How can i change the styling of form input labels?
3 Replies
->label(new HtmlString(“<span>Your html and css here</span> <br>”)
You can use css on the span tags etc.
If you generally want to apply a style: Use CSS
^^