Jump to content

Featured Replies

Posted

5.0.0 release

Our forum names are Normally Capitalized, but in the header nav menu they're ALL CAPS. What's up?

There isnt anything that forces capitalization. Have you checked the menu item itself in the admin CP? If its then still doing it and you have checked, please let me know and I can take a look for you.

  • Author

Yes. Capitalization is normal everywhere except the header nav menu. Please do have a look.

image.png

It is part of the current default theme. Default set there is uppercase. You can change it via custom CSS if that is not ideal for you.

Not sure if @Ehren has any thoughts or plans here.

Custom CSS can just be:
.ipsNavBar > li > :is(a, button) {
text-transform: capitalize;
}

  • Author

That worked. Thanks!

Recently Browsing 0

  • No registered users viewing this page.