Theme/Style Configuration
Theme Background
const config = {
'customColor': 'preset-1'
}
export default config;
Header Background
const config = {
'headerColor': 'preset-1'
}
export default config;
Navbar Background
const config = {
'navbarColor': 'preset-1'
}
export default config;
Menu Background Image
const config = {
'navbarImg': 'preset-1'
}
export default config;
Logo Background
const config = {
'logoColor': 'preset-1'
}
export default config;
Menu Caption (title) Color
const config = {
'navbarCaptionColor': 'preset-1'
}
export default config;
Last updated