• Resolved vjeshitza

    (@vjeshitza)


    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)
  • Plugin Author Marc Toensing

    (@marcdk)

    Yes. SimpleTOC does use the text from the headlines and is technically unable to use the CSS code applied to headings.

    use the .simpletoc-list selector to style the toc as described in the readme or www.remarpro.com

Viewing 1 replies (of 1 total)
  • The topic ‘Letter case’ is closed to new replies.