Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

main menu items not in capital

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hai,

Template Zenbase: the items of the main menu are automatically written in capital. How can I change that to normal characters?

Regards, Maurice
  • mlehr's Avatar
  • mlehr
  • LIfetime Developer - Big Bamboo
  • 295 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

You would need to add something like this to your custom code

#navwrap ul.nav > li > a, #navwrap ul.nav > li .separator, .nav-header { text-transform: lowercase;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hai,

Thanks. But now all the characters are lowercase, also the first character, even when I type it starting with a capital. How can I change this? So that I get the characters the way I type them?
And how/where can I change the font size of the menu items of the main menu?
See: www.utrecht-haptotherapie.nl/

Maurice
  • mlehr's Avatar
  • mlehr
  • LIfetime Developer - Big Bamboo
  • 295 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Set that to

#navwrap ul.nav > li > a, #navwrap ul.nav > li .separator, .nav-header {
text-transform: none;
}

for the text case size
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Font size wise

#navwrap ul.nav {font-size: 1em;}

This is the current size so you need to add a new value here

1.1em etc
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers