- This topic has 5 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Capitalize Title
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
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.services-wrap h3 { text-transform:capitalize !important;}
Regards,
Chris
Hi 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
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
Chris
Hi,
Here’s a screenshot of what I am looking for.
https://imgur.com/a/qaWr6qa
Thanks
Irene
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.page h2 { line-height:44px;}
Regards,
Chris
Adding Floating Cookies Bar in Footer of WordPress Website Today we’ll leave you with the practical ways of adding WordPress floating cookies bar in the […]
How to Add WordPress Multiple Authors in a Blog or Website? For adding multiple plugins, Author Avatar Lists Plugin works efficiently that you can easily […]
How to limit post revisions in a WordPress Website? WordPress content management system comes with prebuilt limit post revisions functionality. It’s a system that keeps […]