unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.03k stars 96 forks source link

Change Form Label's Font Size #347

Closed eliu-fracta closed 1 month ago

eliu-fracta commented 1 month ago

In the admin change form, is there a way to customize the font size of a field's label? For example, how can I increase the font size of the "name" label shown in the image below?

image

lukasvinclav commented 1 month ago

You can add your own CSS styles:

https://github.com/unfoldadmin/django-unfold?tab=readme-ov-file#adding-custom-styles-and-scripts

eliu-fracta commented 1 month ago

I end up overwriting the label_tag here https://github.com/unfoldadmin/django-unfold/blob/main/src/unfold/admin.py#L141