Hello,
How do I make the letter "G" capitalizes in the word God on the image show in attached url:
http://womenofcovenant.org/
.gkIsWrapper-gk_rockwall figcaption h2 { text-transform: capitalize; }
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.