Home › Forums › All Other Themes › Capitalize Title
- This topic has 5 replies, 2 voices, and was last updated 5 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
December 26, 2018 at 6:20 pm #114049
Hello, how can I change my blog titles to capitalize only the FIRST letter of each word instead of all caps.
https://cvcoachforwomen.com
Thanks
December 27, 2018 at 5:14 am #114063Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.services-wrap h3 { text-transform:capitalize !important;}
Regards,
ChrisDecember 30, 2018 at 7:13 pm #114149Hi Chris
Thanks so much for the capitalization info – worked a treat!
Can you tell me the CSS code to increase the line spacing on H1/H2/H3?
I made an attempt to add some code – but didn’t work.
Thanks
Regards
December 31, 2018 at 5:23 am #114156Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisDecember 31, 2018 at 5:59 pm #114196Hi,
Here’s a screenshot of what I am looking for.
https://imgur.com/a/qaWr6qa
Thanks
IreneJanuary 2, 2019 at 4:55 am #114222Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.page h2 { line-height:44px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.