Letter case
-
I would like headings to show in all lower case as it’s showing across pages through CSS on theme. Simple Toc didn’t pick up on it. On the installation page here a screenshot shows a letter case option, but I don’t see that on my end. Also tried on the block CSS box
h2 { text-transform: lowercase; } and
h1, h2, h3, h4, h5, h6 { text-transform: lowercase !important }
but it also didn’t work. Is there another way? Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Letter case’ is closed to new replies.