Top menu uses capital letters. How to change to lo

More
10 years 11 months ago #44598 by enter26
Top menu uses capital letters. How to change to lower

Thank you

Please Log in to join the conversation.

More
10 years 11 months ago #44602 by ivan.milic
Remove :

.mnu_topmenu {
text-transform: uppercase;
}

from template_css.css

Please Log in to join the conversation.

More
10 years 11 months ago #44606 by enter26
Right menu uses capital letters. How to change to lowe



Thank you for your help

Please Log in to join the conversation.

More
10 years 11 months ago #44609 by ivan.milic
In template_css.css

you have this:

.mnu_sidemenu, .mp_left li, .mp_right li {
text-transform: uppercase;
list-style: none;
}

modify it like this:

.mnu_sidemenu, .mp_left li {
text-transform: uppercase;
list-style: none;
}

Please Log in to join the conversation.

Time to create page: 0.249 seconds
Powered by Kunena Forum