Font Style
-
I think the answer to my issue is fairly simple but I just can’t seem to figure out (not even sure if it’s possible but I think it is).
So I’m using the Premium theme “OLSEN” and I don’t like that the titles (I think all h tags) are in uppercase. I just wanna know a way to remove that and make them just regular.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add this snippet to your CSS:
.entry-title { text-transform: uppercase; }You can change
uppercasewithlowercaseorcapitalizedepending on how you want your titles displayed.Let me know if you have any other questions.
Thanks!
-
- The topic ‘Font Style’ is closed to new replies.