FilamentF
Filament2mo ago
98.dev

Sections - Header background change

Is there an available method, to alter the background colour of the Section header component?
image.png
Solution
Personally, I would use CSS.
The section header component has a class: fi-section-header.
However, be mindful of the border-radius on the parent element.
You will also need to add a top left and top right border radius alongside the background color.
Was this page helpful?