Main UI Styles
The main UI elements styles are as follows
Element styles
The main ui styles or classnames override should be provided to the default_styles_override
option.
Example
const instance1 = new CustUp ({
default_styles_override: {
outerContainer: ['custom_outer_container_class', true]
}
})
outerContainer
The style of CustUp's wrapper container
innerContainer
The style of the middle container wrapper
sidebarLeftContainer
The style of the left container
sidebarRightContainer
The style of the right container
custupInnerContainerWrapperEl
The style of the innerContainer's inner container that wraps the middle container elements