I did, but it is not displayed. If I select the generate_inside_navigation hook then I can see it, but that is the wrong place as I can´t justify the content here. Why is it not showing with generate_after_logo? Can you take a look?
Aah my bad the generate_after_logo hook only exists if you have a logo assigned to it.
Change the hook the generate_inside_navigation and once its there i can take a look at and provide the CSS to position it.
Simple and nice, can we hide it on mobile?
I tried this:
@media (max-width: 768px) {
.navigation-title-container {display: none;}
}
but it still displays. Any correction?