Change Titles from ALL CAPS to normal

More
13 years 7 months ago #10319 by Tasounidis
where i can change the titles in menus and contents from ALL CAPS to Normal?

Please Log in to join the conversation.

More
13 years 7 months ago #10324 by ivan.milic
For menu:

file: template_css.css
entity:

#nav a {
text-transform: uppercase;
font-weight: normal !important;
}

for other you need to add override in bottom of template_css.css:


#vmMainPage h3 {
text-transform: none!important;
}

Please Log in to join the conversation.

Time to create page: 0.169 seconds
Powered by Kunena Forum