need to change header and tagline to lowercase
-
i have looked in the forum archives and found twice the solution to my problem is to add this to my CSS:
.site-title {
text-transform: none;
}i have gone to my CSS, cut and pasted this exactly as is and there is no change to my blog. i need to make the blog title and the tagline lowercase. please help!
The blog I need help with is: (visible only to logged in users)
-
Hi, looking at your blog, it seems you’ve found the solution to your problem by adding the following to your custom CSS:
.site-title { text-transform: lowercase; }Is there anything else you need help with?
-
- The topic ‘need to change header and tagline to lowercase’ is closed to new replies.