Hi Patrick,
In CB configuration, you're set to use default Bootstrap of CB so it inherits style from it.
You can customize style for it:
Use this custom CSS to increase the font size:
.cb_template .nav-item, .cb_template .nav-link {
font-size: 1.6rem;
}
Change color of profile name:
.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutTitle .cbProfileTitle, .cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutTitle .cbProfileTitle > h3 {
color: #017C80 !important;
}
In template layout settings, you're showing these positions in footer: footer-1, footer-2, ... footer-6 but I checked in modules manager and there is no module assigned to one of these positions so nothing shows in footer now. Kindly check again.