Hi,
you have two options:
1) change text-transform: uppercase; to value none or lowercase
2) OR just delete this rule from stylesheets
ad 1) Try this:
- Code: Select all
.gkIsWrapper-gk_game_magazine .gkIsTextItem span.gkIsTextBig, #gkHeader ul.gkTabs li, h1#gkLogo.text, #gkComponent > div > h1, #gkComponent > div > h2, .itemHeader .itemTitle, .genericItemTitle, span.itemImageCaption, span.itemImageCredits, .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName, .itemComments h3, .catItemTitle, .subCategory h2, .itemListSubCategories h3, .gkPopupWrap h3, .box.color1 > div > h3.header, .box_menu.color1 > div > h3.header, .box_text.color1 > div > h3.header, h1, h2, .itemHeader .itemTitle,.genericItemTitle,.catItemHeader .catItemTitle {
text-transform: none;
}
Info how/where to:
http://www.gavick.com/documentation/joo ... -template/ad 2) Check in those files:
gk_game_magazine\css\template.css
gk_game_magazine\css\k2.css