Remove Capitalization on Site Title
The topic ‘Remove Capitalization on Site Title’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to change the site title from all capitalization to the following: Insightful Girl?
Also, can we reduce the size of the site title and increase the tagline slightly?
Thank you!
The blog I need help with is: insightfulgirl.com
Hi,
The blog is set to Coming Soon at the moment.
Please ping me back when the site is live, so i will share CSS snippets with you.
Thanks
Sorry about that! The site is now visible.
Thank you for your help.
Hi,
Please try the following CSS snippets.
h2.site-title {
font-size: 62px;
text-transform: capitalize;
}
h3.site-description {
font-size: 18px;
}
Thanks
It worked beautifully! Thank you so much!!!
Can you help with changing the font color of Insightful Girl to #4a494a?
Thank you!
Hi,
Please try the following snippet,
h2.site-title a:link,
h2.site-title a:visited {
color: #4a494a;
}
Thanks
Thank you so much!!!
The topic ‘Remove Capitalization on Site Title’ is closed to new replies.