Sela Theme, Title, Changing to Lowercase
-
I just started a new blog using Sela theme (on a free account) but the title of the blog is all uppercase; how can I change it to lowercase (as I want to add in a phonetic symbol)?
The blog I need help with is: (visible only to logged in users)
-
Hello. You will need Custom Design (custom CSS) in order to achieve that.
Then, the following code should work:
h1.site-title{ text-transform: unset; }hope that helps
- The topic ‘Sela Theme, Title, Changing to Lowercase’ is closed to new replies.