Viewing 1 replies (of 1 total)
  • Using CSS, try something like:

    .toc_widget_list li
    .toc_widget_list li li
    .toc_widget_list li li li

    Or perhaps

    .toc_widget_list li > ul > li
    .toc_widget_list li > ul > li > ul > li

    Maybe your theme is taking precedence so try adding !important to some of your custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS for h1-h3’ is closed to new replies.