Hi again seoras!
I'm using the Corporate 2 template also but I'm not using cufon fonts. My suggestion is to use standard fonts (
select 'Standard font' from Font Selection drop-down in FONTS section of the template's parameters). Usually I'm using Tahoma font.
If you want the template to show titles as they are written in any module or compoment and not display them all uppercase you have to edit the
gk_stuff.css file (
located in /templates/gk_corporate2/css) and change the css rule text-transform from uppercase to none or delete the entire text-transform rule.
In your case you have to locate the following inside gk_stuff.css (propably in line 232) and change the text-transform to be text-transform: none;
- Code: Select all
.gk_is_text_item h4, .gk_is_art h4 {
color: #FFFFFF;
font-size: 25px;
font-weight: bold;
letter-spacing: -1px;
line-height: 30px;
text-transform: uppercase;
See a live example at
travelfree.gr
Well is in Greek but you will see the example.
Hope that all above helped you.
George