Module Title and Style ... { SOLVED }

GK User
Wed Sep 22, 2010 2:51 pm
Excuse me for this but, I've notice that the Module Titles are NOT Case Sensitive so, if I go to write Portfolio I'll see portfolio etc ...
Is it an option ??
Can I change it, or not ??
Many thanks.
Pietro
User avatar
Gold Boarder

GK User
Wed Sep 22, 2010 7:27 pm
is this in all modules and positions?
User avatar
Platinum Boarder

GK User
Wed Sep 22, 2010 7:30 pm
Yes it is!
Shouldn't it ??
{IMHO ... NO ... It Should not ... But I don't know ...}
User avatar
Gold Boarder

GK User
Wed Sep 22, 2010 7:33 pm
it is not I who have made it, so can't say if it's on porpuse :D
User avatar
Platinum Boarder

GK User
Wed Sep 22, 2010 7:36 pm
Well !!
So ... what should I do ?? :)
User avatar
Gold Boarder

GK User
Wed Sep 22, 2010 7:37 pm
add this to the end of templates.css

Code: Select all
.moduletable>h3 { text-transform:none }


will make title as you write it

alternative use this
Code: Select all
.moduletable>h3 { text-transform:capitalize }


this will make titles first letter big in each word :)
User avatar
Platinum Boarder

GK User
Wed Sep 22, 2010 7:41 pm
FANTASTIC !!
Thank You Explodedk ...
It works !! :)
User avatar
Gold Boarder

GK User
Wed Sep 22, 2010 7:53 pm
ofcause it works :)
User avatar
Platinum Boarder


cron