Capital letters for Header (slideshow)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Aug 15, 2013 10:54 pm
Reply with quote
Report this post
How can I use the capital letters for slideshow?
User avatar
Expert Boarder

GK User
Thu Aug 15, 2013 11:17 pm
Reply with quote
Report this post
Please use following css code either in template settings > advanced settings > custom css or in override.css file located in templates css folder and enable css override option in template settings > advanced settings > css override "on".

Full Uppercase
Code: Select all
.gkIsWrapper-gk_rockwall figcaption h2 { text-transform: uppercase!important; }


Capitalize
Code: Select all
.gkIsWrapper-gk_rockwall figcaption h2 { text-transform: capitalize!important; }


See you around...
User avatar
Platinum Boarder

GK User
Fri Aug 16, 2013 7:05 am
Reply with quote
Report this post
Thanks a lot!
User avatar
Expert Boarder

GK User
Fri Aug 16, 2013 9:43 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron