header text phrase mode, only the first letter in uppercase

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Mon Sep 09, 2013 12:12 am
Hi,

this is my web: http://www.cronicabalear.es/

all headers have the title in uppercase mode and i want a normal phrase mode with only the first letter of the phrase in uppercase.

joomla version 2.5
Template - gk_twn2 version 2.16

K2 installed

Best Regards
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 5:07 am
For title in your screenshot use following css code.

Code: Select all
.itemHeader .itemTitle { text-transform: capitalize; }


You can add the css in to override.css located in templates css folder and enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Mon Sep 09, 2013 11:45 am
Very Well, Nice, Perfect, thanks a lot. :D :D

also , can you help me with the view of items in categories list?

see the atachment

best regards
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 2:47 pm
normanUK wrote:For title in your screenshot use following css code.

Code: Select all
.itemHeader .itemTitle { text-transform: capitalize; }


You can add the css in to override.css located in templates css folder and enable css override option in template settings > advanced settings > css override "on".

See you around...



hi thx , but this solution put all words in capitalise mode, and i want only the first word each fhrase.

thx
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 8:13 pm
Here you go, replace previous css code with below.

Code: Select all
.catItemHeader .catItemTitle a,
.itemHeader .itemTitle { text-transform: none!important;}


Titles would be the way you write them in admin panel when adding new articles or items.

See you around...
User avatar
Platinum Boarder


cron