How Do I Make Capital Letters In The Image Show

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
Wed Aug 20, 2014 11:35 am
Reply with quote
Report this post
Hello,

How do I make the letter "G" capitalizes in the word God on the image show in attached url:

http://womenofcovenant.org/
User avatar
Platinum Boarder

GK User
Thu Aug 21, 2014 8:51 am
Reply with quote
Report this post
There is no way to capital letter in one word, the change will affect all words in slide title but if you want to make this modification please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkIsWrapper-gk_rockwall figcaption h2 { text-transform: capitalize; }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Aug 21, 2014 1:13 pm
Reply with quote
Report this post
Thank you so much, it worked. You guys ROCK :D



bkrztuk wrote:There is no way to capital letter in one word, the change will affect all words in slide title but if you want to make this modification please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkIsWrapper-gk_rockwall figcaption h2 { text-transform: capitalize; }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder


cron