Should be possible to remove 'uppercase' in the main menu?
(Ja Athena)
Thank You
uppercase in menu
try to past in custom.css:
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
text-transform: none !important;
}
It works fine.
Thank You very much!
saguaros locked the discussion.