Forums
Forums / Plugin: Table of Contents Plus / Custom CSS for h1-h3
(@bjedd)
12 years, 10 months ago
Is there any easy way to customize the h1-h3 links that I have indicated for the sidebar widget? I can do this in the page content, but they do not carry over to the sidebar widget.
http://ww.wp.xz.cn/plugins/table-of-contents-plus/
(@conjur3r)
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.
The topic ‘Custom CSS for h1-h3’ is closed to new replies.