Theme/Style Configuration
Header Background
export const CONFIG = {
'headerBackColor': 'header-default'
}
Menu Background
export const CONFIG = {
'navBackColor': 'navbar-default'
}
Menu Background Image
export const CONFIG = {
'navBackImage': false
}
Menu Active Item Background
export const CONFIG = {
'navActiveListColor': 'active-default'
}
Menu Caption (title) Color
export const CONFIG = {
'navListTitleColor': 'title-default'
}
Last updated