You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #14311 on June 01, 2021 09:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
in order to change the menu colors you have to modify the style.css file.
To change the background color, where the company logo is:
.userDetailsContainer {
background-color: #4979aa;
}
To change the main menu color:
.baseContainer .leftPanel:after{
background: #4a5364;
}
To change the submenu background color:
.leftPanel .nav .subMenu:after{
background: #f0f1f1;
}
To change the header background color
.bodyHeader{
background-color: #4a5364;
}
To change the footer background color:
.vtFooter p{
background: #404952;
}
Originally posted by @paula-w in #2950 (comment)
All reactions