RobinKolk For the orange line, you could just use CSS.
You could add it by adding the following CSS in the administration page, section Appearance:
.App-header {
border-top: 4px solid #e7742e;
padding: 6px;
}
I got that by inspecting right where the orange line is ?
CSS In Action:
