The table of contents font size is too small and i'm trying to make it bigger. It doesn't work through the Customize menu. I tried everything I could in CSS but no matter what I do, the font size won't change. How can I actually do this? Thanks.
The table of contents on your site is managed and inserted by the EZTOC plugin, so you should adjust the font size directly in the plugin's settings. The Soledad theme does not modify the styling of this plugin.
Alternatively, you can force a font size change by adding the following CSS to Appearance → Customize → Custom CSS.
div#ez-toc-container ul li,
div#ez-toc-container ul li a {
font-size: 16px;
}
I´m sorry, I had that installed temporary because of the very issue Soledad´s TOC has, the small font size. While I disabled the 3rd party plugin now for some reason I can´t get the Soledad TOC to work. But either way, when I get it enabled, the font size will be too small. So my question still stands: how do I make it smaller? Thanks.
Edit: I simply can't get the TOC to show up anymore. No idea why.
The table of contents font size is too small and i'm trying to make it bigger. It doesn't work through the Customize menu. I tried everything I could in CSS but no matter what I do, the font size won't change.
How can I actually do this? Thanks.
Hi,
Could you please provide the URL where this issue is occurring? This will help us investigate and assist you more effectively.
Regards,
PenciDesign.
Hi,
The table of contents on your site is managed and inserted by the EZTOC plugin, so you should adjust the font size directly in the plugin's settings. The Soledad theme does not modify the styling of this plugin.
Alternatively, you can force a font size change by adding the following CSS to Appearance → Customize → Custom CSS.
Regards,
PenciDesign.
I´m sorry, I had that installed temporary because of the very issue Soledad´s TOC has, the small font size. While I disabled the 3rd party plugin now for some reason I can´t get the Soledad TOC to work. But either way, when I get it enabled, the font size will be too small. So my question still stands: how do I make it smaller? Thanks.
Edit: I simply can't get the TOC to show up anymore. No idea why.
Hi,
Please go to Appearance → Customize → Table of contents → General → Enable Support in Post Types: select "Post" option.
You can also change the TOC position at the "Insert Table of Contents To" option field.
Regards,
PenciDesign.