Applying CSS to the Components
A developer can upload an uncompressed CSS file as a Static Resource in Salesforce and then load that Static Resource using the additionalStylesheet parameter in a JSON string entered in the Developer Override String field of the component configuration in Salesforce Community Builder. This stylesheet will be applied to the whole page not just the component.
{
"additionalStylesheet": "SampleOverrideCSS"
}