Hello,
I tried to capitalize the menu as described in this post and implemented the advised CSS code: https://xtemos.com/forums/topic/header-in-lowercase/
.basel-navigation .menu>li.menu-item-design-default ul li a,
.main-nav .menu>li>a {
text-transform: capitalize;
}
It works. However, the customized content of the topbar is removed and set to default. When I update the topbar the navigation menu items are set to uppercase again. This goes on when I save the custom CSS – the menu items are capitalized but the topbar is set to default again.
Seems to be some circular reference bug or something.