Sections - Header background change
Is there an available method, to alter the background colour of the Section header component?

Solution
Personally, I would use CSS.
The section header component has a class:
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.
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.