1

I would like to modify the CSS in the Wiki Table of Contents plugin. Where do I go to do this? I can not seem to find it anywhere.

For example, I want to modify the .toc_title font-style to not be italic.

Thanks in advance!

flag

1 Answer

1

You cannot currently modify the Wiki Table of Contents plugin's CSS directly.

To workaround this, you could create a custom Wiki Template and add the following CSS:

.toc .toc_title{
    font-style: normal;
}
link|flag
Thanks! Worked perfectly! – Keith Jan 20 2011 at 20:31

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.