This question has been flagged
1 Reply
3537 Views

Hello, it's possible to change the Navigation when I log in to odoo?

The black Navigation on top`?

Thank you for the help.

best regards

Avatar
Discard
Best Answer

What do you want to do to the navigation bar exactly? You can change the font-colour by overriding the default CSS, if that is what you were referring to.

.navbar-inverse .navbar-nav > li > a {
color: lightblue;
}




Avatar
Discard
Author

I want to know if I can change the links in the navbar. But without coding.